OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Feb-2006 18:13:47
Branch: OPENPKG_2_5_SOLID Handle: 2006022517134600
Modified files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/openssl openssl.spec
Log:
MFC: fixed bug introduced with revision 1.69 which might break build
process if /usr/local/bin/perl exists
Summary:
Revision Changes Path
1.70.2.2 +2 -2 openpkg-src/openssl/openssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.spec
============================================================================
$ cvs diff -u -r1.70.2.1 -r1.70.2.2 openssl.spec
--- openpkg-src/openssl/openssl.spec 11 Oct 2005 12:51:08 -0000 1.70.2.1
+++ openpkg-src/openssl/openssl.spec 25 Feb 2006 17:13:46 -0000 1.70.2.2
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD-style
Version: 0.9.8a
-Release: 2.5.0
+Release: 2.5.1
# package options
%option with_zlib no
@@ -93,7 +93,6 @@
%build
%{l_prefix}/bin/perl util/perlpath.pl %{l_prefix}/bin/perl
- PERL=%{l_prefix}/bin/perl \
options="no-shared no-dso"
%if "%{with_pic}" == "yes"
options="$options -fPIC"
@@ -119,6 +118,7 @@
%else
options="$options no-threads"
%endif
+ PERL=%{l_prefix}/bin/perl \
./config \
--prefix=%{l_prefix} \
--openssldir=%{l_prefix}/etc/openssl \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]