|
|
@@ -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 \
|