[openldap] remove obsolete configure options

jvcelak jvcelak at fedoraproject.org
Mon Jun 27 17:04:37 UTC 2011


commit b2338c38f5a203d582c3b60848e585cc00d2ce6b
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Mon Jun 27 18:53:18 2011 +0200

    remove obsolete configure options

 openldap.spec |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/openldap.spec b/openldap.spec
index 6a96b65..8b3a2c1 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -1,6 +1,5 @@
 # TODO: add make test after build
 
-%define ldbm_backend berkeley
 %define evolution_connector_prefix %{_libdir}/evolution-openldap
 %define evolution_connector_includedir %{evolution_connector_prefix}/include
 %define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
@@ -179,8 +178,6 @@ build() {
     --with-tls=no \
     --with-cyrus-sasl \
     \
-    --with-wrappers \
-    \
     --enable-passwd \
     \
     --enable-cleartext \
@@ -215,14 +212,10 @@ make %{_smp_mflags} LIBTOOL="$libtool"
 export LIBS="$NSS_LIBS -lpthread"
 pushd openldap-%{version}/build-servers
 build \
-    --enable-plugins \
     --enable-slapd \
-    --enable-multimaster \
     --enable-bdb \
     --enable-hdb \
     --enable-ldap \
-    --enable-ldbm \
-    --with-ldbm-api=%{ldbm_backend} \
     --enable-meta \
     --enable-monitor \
     --enable-null \
@@ -235,7 +228,6 @@ build \
     --enable-relay \
     --disable-shared \
     --disable-dynamic \
-    --with-kerberos=k5only \
     --enable-overlays=mod
 popd
 


More information about the scm-commits mailing list