From 16f246be03d15a5ce5707d0fa391e4cf153c67a9 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sat, 14 Sep 2013 11:56:22 +0000 Subject: [PATCH] openssl: force one make job --- openssl/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/Pkgfile b/openssl/Pkgfile index 7b1998f..1b6046f 100644 --- a/openssl/Pkgfile +++ b/openssl/Pkgfile @@ -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 -- 2.26.2