OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Feb-2005 15:25:40
Branch: HEAD Handle: 2005020914254000
Modified files:
openpkg-src/openssl openssl.spec
Log:
allow OpenSSL to be build with PIC. Contributed by Robin Breathe.
Summary:
Revision Changes Path
1.59 +5 -1 openpkg-src/openssl/openssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.spec
============================================================================
$ cvs diff -u -r1.58 -r1.59 openssl.spec
--- openpkg-src/openssl/openssl.spec 1 Jan 2005 10:53:09 -0000 1.58
+++ openpkg-src/openssl/openssl.spec 9 Feb 2005 14:25:40 -0000 1.59
@@ -34,12 +34,13 @@
Group: Cryptography
License: BSD-style
Version: 0.9.7e
-Release: 20041115
+Release: 20050209
# package options
%option with_zlib no
%option with_idea no
%option with_threads no
+%option with_pic no
# list of sources
Source0: ftp://ftp.openssl.org/source/openssl-%{version}.tar.gz
@@ -90,6 +91,9 @@
./config \
--prefix=%{l_prefix} \
--openssldir=%{l_prefix}/etc/openssl \
+%if "%{with_pic}" == "yes"
+ -fPIC \
+%endif
%if "%{with_zlib}" == "yes"
zlib \
%else
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]