CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: force one make job
authorVictor Martinez <pitillo@ono.com>
Sat, 14 Sep 2013 11:56:22 +0000 (11:56 +0000)
committerVictor Martinez <pitillo@ono.com>
Sat, 14 Sep 2013 11:56:22 +0000 (11:56 +0000)
openssl/Pkgfile

index 7b1998f45b5294ea1778dda840896d95c7ffadc4..1b6046fca536eca6fa9de913adce9486c1ed7635 100644 (file)
@@ -14,7 +14,7 @@ build() {
   cd $name-$version
   ./Configure linux-generic32 --prefix=/usr --openssldir=/etc/ssl shared
   sed -i Makefile -e "s|-O3 -fomit-frame-pointer|$CFLAGS|"
-  make
+  make -j1
   make INSTALL_PREFIX=$PKG LIBDIR=lib MANDIR=/usr/man MANSUFFIX=ssl install
   find $PKG -name "*fips*" -delete
   chmod -R +w $PKG