commit a5ec1a5a3020534c2bc7356f9d85c552b7af3350
Author: Artur Frysiak <[email protected]>
Date:   Tue Oct 10 12:02:52 2000 +0000

    - Release: 2
    - fix building for i{3,4}86
    
    Changed files:
        openssl.spec -> 1.38

 openssl.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 4f674ff..47375d0 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -4,7 +4,7 @@ Summary(de):    Secure Sockets Layer (SSL)-Kommunikationslibrary
 Summary(fr):   Utilitaires de communication SSL (Secure Sockets Layer)
 Name:          openssl
 Version:       0.9.6
-Release:       1
+Release:       2
 Group:         Libraries
 Group(pl):     Biblioteki
 Group(fr):     Librairies
@@ -110,8 +110,10 @@ done
 
 perl util/perlpath.pl %{_bindir}/perl
 
-
-%ifarch i386 i486 i586 i686
+%ifarch i386 i486
+./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared 386
+%endif
+%ifarch i586 i686
 ./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared
 %endif
 %ifarch ppc
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to