|
|
@@ -32,8 +32,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [REL]
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
-Version: 2.0.23
|
|
|
-Release: 20020425
|
|
|
+Version: 2.1.2
|
|
|
+Release: 20020610
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz
|
|
|
@@ -65,6 +65,10 @@ AutoReqProv: no
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--localstatedir=%{l_prefix}/var/openldap \
|
|
|
+ --enable-ldbm \
|
|
|
+ --with-ldbm-api=berkeley \
|
|
|
+ --with-ldbm-module=static \
|
|
|
+ --with-ldbm-type=btree \
|
|
|
--enable-slurpd \
|
|
|
--disable-shared
|
|
|
%{l_make} %{l_mflags -O}
|