Kaynağa Gözat

fix Intel and GCC 3.1 support

Ralf S. Engelschall 24 yıl önce
ebeveyn
işleme
08fa16e266
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      openssl/openssl.spec

+ 3 - 2
openssl/openssl.spec

@@ -33,10 +33,11 @@ Distribution: OpenPKG [REL]
 Group:        Cryptography
 License:      BSD-style
 Version:      0.9.6d
-Release:      20020510
+Release:      20020604
 
 #   list of sources
 Source0:      ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
+Patch0:       openssl.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -57,11 +58,11 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    %patch -p0
 
 %build
     PATH="%{l_prefix}/bin:$PATH"; export PATH
     %{l_prefix}/bin/perl util/perlpath.pl %{l_prefix}/bin/perl
-    %{l_shtool} subst -e "s;-m486;;" Configure
     ./config \
         --prefix=%{l_prefix} \
         --openssldir=%{l_prefix}/etc/openssl \