|
|
@@ -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}
|
|
|
|