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: 16-Sep-2007 09:31:32
Branch: HEAD Handle: 2007091608313200
Modified files:
openpkg-src/proftpd proftpd.spec
Log:
add optional mod_tls support
Summary:
Revision Changes Path
1.133 +9 -1 openpkg-src/proftpd/proftpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.spec
============================================================================
$ cvs diff -u -r1.132 -r1.133 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 7 Aug 2007 05:20:28 -0000 1.132
+++ openpkg-src/proftpd/proftpd.spec 16 Sep 2007 07:31:32 -0000 1.133
@@ -44,7 +44,7 @@
Group: FTP
License: GPL
Version: %{V_proftpd}
-Release: 20070807
+Release: 20070916
# package options
%option with_ifsession no
@@ -59,6 +59,7 @@
%option with_skey no
%option with_opie no
%option with_kerberos no
+%option with_ssl no
# checking option conflicts
%if "%{with_mysql}" == "yes" && "%{with_pgsql}" == "yes"
@@ -124,6 +125,10 @@
BuildPreReq: kerberos
PreReq: kerberos
%endif
+%if "%{with_ssl}" == "yes"
+BuildPreReq: openssl
+PreReq: openssl
+%endif
AutoReq: no
AutoReqProv: no
@@ -338,6 +343,9 @@
%if "%{with_kerberos}" == "yes"
MOD="$MOD:mod_gss"
%endif
+%if "%{with_ssl}" == "yes"
+ MOD="$MOD:mod_tls"
+%endif
export CC="%{l_cc}"
export CFLAGS="%{l_cflags -O}"
export CPPFLAGS="%{l_cppflags ncurses}"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]