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: 10-Aug-2006 23:10:49
Branch: HEAD Handle: 2006081022104800
Modified files:
openpkg-src/openldap openldap.spec
Log:
instead of a single overlay (dyngroup) allow all overlays to be built
and do this by default, too
Summary:
Revision Changes Path
1.170 +12 -7 openpkg-src/openldap/openldap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.169 -r1.170 openldap.spec
--- openpkg-src/openldap/openldap.spec 4 Aug 2006 07:32:55 -0000
1.169
+++ openpkg-src/openldap/openldap.spec 10 Aug 2006 21:10:48 -0000
1.170
@@ -33,14 +33,15 @@
Group: Database
License: GPL
Version: 2.3.25
-Release: 20060804
+Release: 20060810
# package options
-%option with_fsl yes
-%option with_crypt yes
-%option with_sasl no
-%option with_perl no
-%option with_odbc no
+%option with_fsl yes
+%option with_crypt yes
+%option with_overlays yes
+%option with_sasl no
+%option with_perl no
+%option with_odbc no
# list of sources
Source0:
ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz
@@ -117,7 +118,6 @@
ARGS="$ARGS --enable-dnssrv"
ARGS="$ARGS --enable-null"
ARGS="$ARGS --enable-shell"
- ARGS="$ARGS --with-dyngroup"
ARGS="$ARGS --with-proxycache"
ARGS="$ARGS --enable-slurpd"
@@ -132,6 +132,11 @@
LIBS="`%{l_prefix}/bin/pth-config --libs` $LIBS"
ARGS="$ARGS --with-threads=pth"
+ # configuration: optional overlay support
+%if "%{with_overlays}" == "yes"
+ ARGS="$ARGS --enable-overlays=yes"
+%endif
+
# configuration: optional SASL support
%if "%{with_sasl}" == "yes"
( echo "ac_cv_lib_sasl2_sasl_client_init=yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]