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: 20-Dec-2005 09:05:25
Branch: HEAD Handle: 2005122008052500
Modified files:
openpkg-src/openldap openldap.spec
Log:
adjust build flags to latest OpenLDAP autoconf environment
Summary:
Revision Changes Path
1.151 +3 -13 openpkg-src/openldap/openldap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.150 -r1.151 openldap.spec
--- openpkg-src/openldap/openldap.spec 30 Nov 2005 20:25:25 -0000
1.150
+++ openpkg-src/openldap/openldap.spec 20 Dec 2005 08:05:25 -0000
1.151
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 2.3.13
-Release: 20051130
+Release: 20051220
# package options
%option with_fsl yes
@@ -135,28 +135,18 @@
--disable-modules \
--enable-rewrite \
--enable-ldbm \
- --with-ldbm-module=static \
- --with-ldbm-api=berkeley \
- --with-ldbm-type=btree \
+ --enable-ldbm-api=berkeley \
+ --enable-ldbm-type=btree \
--enable-bdb \
- --with-bdb-module=static \
--enable-hdb \
- --with-hdb-module=static \
--enable-ldap \
- --with-ldap-module=static \
--enable-meta \
- --with-meta-module=static \
--enable-monitor \
- --with-monitor-module=static \
--enable-dnssrv \
- --with-dnssrv-module=static \
--enable-null \
- --with-null-module=static \
--enable-shell \
- --with-shell-module=static \
%if "%{with_perl}" == "yes"
--enable-perl \
- --with-perl-module=static \
%endif
--with-dyngroup \
--with-proxycache \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]