OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Jun-2003 11:24:05
Branch: HEAD Handle: 2003062710240400
Modified files:
openpkg-src/apache apache.spec
Log:
only include sasl dependencies when building with php_openldap at all
Summary:
Revision Changes Path
1.140 +1 -1 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.139 -r1.140 apache.spec
--- openpkg-src/apache/apache.spec 27 Jun 2003 09:16:04 -0000 1.139
+++ openpkg-src/apache/apache.spec 27 Jun 2003 09:24:04 -0000 1.140
@@ -224,11 +224,11 @@
%endif
%if "%{with_mod_php_openldap}" == "yes"
BuildPreReq: openldap, openssl
-%endif
%if "%{with_mod_php_openldapsasl}" == "yes"
BuildPreReq: openldap::with_sasl = yes
%else
BuildPreReq: openldap::with_sasl = no
+%endif
%endif
%if "%{with_mod_php_mm}" == "yes"
BuildPreReq: mm
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]