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: 30-Oct-2003 22:03:04
Branch: HEAD Handle: 2003103021030300
Modified files:
openpkg-src/openssh openssh.spec
Log:
add optional TCP Wrappers support
Summary:
Revision Changes Path
1.115 +8 -0 openpkg-src/openssh/openssh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.114 -r1.115 openssh.spec
--- openpkg-src/openssh/openssh.spec 30 Oct 2003 20:52:37 -0000 1.114
+++ openpkg-src/openssh/openssh.spec 30 Oct 2003 21:03:03 -0000 1.115
@@ -52,6 +52,7 @@
%option with_chroot no
%option with_watchdog no
%option with_ldap no
+%option with_wrap no
# list of sources
Source0:
ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
@@ -98,6 +99,10 @@
BuildPreReq: openldap
PreReq: openldap
%endif
+%if "%{with_wrap}" == "yes"
+BuildPreReq: tcpwrappers
+PreReq: tcpwrappers
+%endif
AutoReq: no
AutoReqProv: no
@@ -169,6 +174,9 @@
%endif
%if "%{with_x11}" == "yes"
--with-xauth="`%{l_prefix}/etc/rc --query x11_bindir`/xauth" \
+%endif
+%if "%{with_wrap}" == "yes"
+ --with-tcp-wrappers=%{l_prefix} \
%endif
--with-md5-passwords \
--with-zlib=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]