From b2338c38f5a203d582c3b60848e585cc00d2ce6b Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Mon, 27 Jun 2011 18:53:18 +0200 Subject: [PATCH] remove obsolete configure options --- openldap.spec | 8 -------- 1 file changed, 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