[packages/openssl102: 49/432] - replace all "-mcpu=ultrasparc" by %%{optflags} for generate correct binaries on sparc32/sparc64.

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


commit 3a22c75c6187feb8c267179cc3e463c42d958886
Author: kloczek <kloczek at pld-linux.org>
Date:   Tue Nov 21 00:02:22 2000 +0000

    - replace all "-mcpu=ultrasparc" by %%{optflags} for generate correct
      binaries on sparc32/sparc64.
    
    Changed files:
        openssl.spec -> 1.44

 openssl.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/openssl.spec b/openssl.spec
index 08450e2..7199d97 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -111,6 +111,7 @@ Statyczne wersje bibliotek z OpenSSL.
 for i in Configure Makefile.org ; do
         perl -pi -e 's#-m486##g' $i
 	perl -pi -e 's#-O3 -fomit-frame-pointer#%{optflags}#g' $i
+	perl -pi -e 's#-mcpu=ultrasparc#%{optflags}#g' $i
 done
 touch Makefile.*
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list