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: 04-Jul-2003 15:07:36
Branch: HEAD Handle: 2003070414073600
Modified files:
openpkg-src/sasl sasl.spec
Log:
OpenSSL is already an unconditional dependency, so enable it not only
for LDAP
Summary:
Revision Changes Path
1.83 +1 -2 openpkg-src/sasl/sasl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.82 -r1.83 sasl.spec
--- openpkg-src/sasl/sasl.spec 4 Jul 2003 08:14:03 -0000 1.82
+++ openpkg-src/sasl/sasl.spec 4 Jul 2003 13:07:36 -0000 1.83
@@ -132,6 +132,7 @@
--with-dblib=berkeley \
--with-bdb-incdir=%{l_prefix}/include \
--with-bdb-libdir=%{l_prefix}/lib \
+ --with-openssl=%{l_prefix} \
%if "%{with_pam}" == "yes"
--with-pam \
%else
@@ -144,10 +145,8 @@
%endif
%if "%{with_ldap}" == "yes"
--with-ldap=%{l_prefix} \
- --with-openssl=%{l_prefix} \
%else
--without-ldap \
- --without-openssl \
%endif
%if "%{with_mysql}" == "yes"
--with-mysql=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]