Переглянути джерело

try to fully disable SASL stuff

Ralf S. Engelschall 23 роки тому
батько
коміт
f3f3a97667
1 змінених файлів з 3 додано та 6 видалено
  1. 3 6
      openldap/openldap.spec

+ 3 - 6
openldap/openldap.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Database
 License:      GPL
 Version:      2.1.14
-Release:      20030305
+Release:      20030307
 
 #   list of sources
 Source0:      ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz
@@ -58,11 +58,6 @@ AutoReqProv:  no
     %setup -q
 
 %build
-    #   hard-code configure to use SASL2 library
-    %{l_shtool} subst \
-        -e '4s/.*/ac_cv_lib_sasl2_sasl_client_init=yes/' \
-        configure
-
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     CPPFLAGS="%{l_cppflags sasl}" \
@@ -75,6 +70,8 @@ AutoReqProv:  no
         --with-ldbm-module=static \
         --with-ldbm-type=btree \
         --enable-slurpd \
+        --without-cyrus-sasl \
+        --disable-spasswd \
         --disable-shared
     %{l_make} %{l_mflags}