|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: 2.1.22
|
|
|
-Release: 20030701
|
|
|
+Release: 20030704
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -91,6 +91,7 @@ AutoReqProv: no
|
|
|
LIBS="%{l_fsl_libs}" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
+ --libexecdir=%{l_prefix}/libexec/openldap \
|
|
|
--localstatedir=%{l_prefix}/var/openldap \
|
|
|
--enable-ldbm \
|
|
|
--with-ldbm-api=berkeley \
|
|
|
@@ -115,7 +116,7 @@ AutoReqProv: no
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/openldap/*.default
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/openldap/*/*.default
|
|
|
|
|
|
- # Creating run-command script
|
|
|
+ # creating run-command script
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
|
|
|
%{l_shtool} install -c -m 755 \
|