Browse Source

adjust build flags to latest OpenLDAP autoconf environment

Ralf S. Engelschall 20 years ago
parent
commit
d7ab865ebf
1 changed files with 3 additions and 13 deletions
  1. 3 13
      openldap/openldap.spec

+ 3 - 13
openldap/openldap.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      2.3.13
-Release:      20051130
+Release:      20051220
 
 #   package options
 %option       with_fsl   yes
@@ -135,28 +135,18 @@ AutoReqProv:  no
         --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 \