[packages/openssl102: 213/432] - -j1, build broken on smp

adwol adwol at pld-linux.org
Sat Sep 29 01:19:29 CEST 2018


commit 2d10fd74c46bd30f69fa6d6ca62c2d69d5114ef5
Author: sparky <sparky at pld-linux.org>
Date:   Wed Sep 6 13:24:29 2006 +0000

    - -j1, build broken on smp
    
    Changed files:
        openssl.spec -> 1.156

 openssl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 72e771b..348811f 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -240,11 +240,11 @@ export OPTFLAGS LDFLAGS
 	linux64-sparcv9
 %endif
 
-%{__make} \
+%{__make} -j1 \
 	CC="%{__cc}" \
 	INSTALLTOP=%{_prefix}
 
-%{__make} rehash \
+%{__make} -j1 rehash \
 	CC="%{__cc}" \
 	INSTALLTOP=%{_prefix}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list