]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- -j1, build broken on smp
authorsparky <sparky@pld-linux.org>
Wed, 6 Sep 2006 13:24:29 +0000 (13:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl.spec -> 1.156

openssl.spec

index 72e771b94ed637eecfe09a7cd90fb8ab90ce2c03..348811f0ec9f60054a176b6bed8887ee463b12b5 100644 (file)
@@ -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}
 
This page took 0.031728 seconds and 4 git commands to generate.