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: 20-Dec-2006 09:50:03
Branch: HEAD Handle: 2006122008500300
Modified files:
openpkg-src/flowtools flowtools.spec
Log:
add optional crypto support via OpenSSL
Summary:
Revision Changes Path
1.28 +13 -5 openpkg-src/flowtools/flowtools.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/flowtools/flowtools.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 flowtools.spec
--- openpkg-src/flowtools/flowtools.spec 1 Dec 2006 13:06:30 -0000
1.27
+++ openpkg-src/flowtools/flowtools.spec 20 Dec 2006 08:50:03 -0000
1.28
@@ -38,13 +38,14 @@
Group: Auditing
License: BSD
Version: %{V_flowtools}
-Release: 20061201
+Release: 20061220
# package options
-%option with_fsl yes
-%option with_perl yes
-%option with_mysql no
-%option with_pgsql no
+%option with_fsl yes
+%option with_perl yes
+%option with_mysql no
+%option with_pgsql no
+%option with_crypto no
# list of sources
Source0:
ftp://ftp.eng.oar.net/pub/flow-tools/flow-tools-%{V_flowtools}.tar.gz
@@ -77,6 +78,10 @@
BuildPreReq: postgresql
PreReq: postgresql
%endif
+%if "%{with_crypto}" == "yes"
+BuildPreReq: openssl
+PreReq: openssl
+%endif
AutoReq: no
AutoReqProv: no
@@ -142,6 +147,9 @@
%if "%{with_pgsql}" == "yes"
--with-pgsql=%{l_prefix} \
%endif
+%if "%{with_crypto}" == "yes"
+ --with-openssl=%{l_prefix} \
+%endif
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/flowtools \
--includedir=%{l_prefix}/include/flowtools \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]