|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Database
|
|
Group: Database
|
|
|
License: GPL
|
|
License: GPL
|
|
|
Version: 2.1.3
|
|
Version: 2.1.3
|
|
|
-Release: 20020822
|
|
|
|
|
|
|
+Release: 20020826
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz
|
|
Source0: ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz
|
|
@@ -59,7 +59,7 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
CC="%{l_cc}" \
|
|
CC="%{l_cc}" \
|
|
|
- CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
|
|
|
|
|
|
|
+ CFLAGS="%{l_cflags -O}" \
|
|
|
CPPFLAGS="-I%{l_prefix}/include" \
|
|
CPPFLAGS="-I%{l_prefix}/include" \
|
|
|
LDFLAGS="-L%{l_prefix}/lib" \
|
|
LDFLAGS="-L%{l_prefix}/lib" \
|
|
|
./configure \
|
|
./configure \
|
|
@@ -71,7 +71,7 @@ AutoReqProv: no
|
|
|
--with-ldbm-type=btree \
|
|
--with-ldbm-type=btree \
|
|
|
--enable-slurpd \
|
|
--enable-slurpd \
|
|
|
--disable-shared
|
|
--disable-shared
|
|
|
- %{l_make} %{l_mflags -O}
|
|
|
|
|
|
|
+ %{l_make} %{l_mflags}
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|