OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Dec-2007 17:02:04
Branch: HEAD Handle: 2007122216020400
Modified files:
openpkg-src/openldap openldap.spec
Log:
readline is no longer used by OpenLDAP
Summary:
Revision Changes Path
1.211 +3 -4 openpkg-src/openldap/openldap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.210 -r1.211 openldap.spec
--- openpkg-src/openldap/openldap.spec 14 Dec 2007 09:05:45 -0000
1.210
+++ openpkg-src/openldap/openldap.spec 22 Dec 2007 16:02:04 -0000
1.211
@@ -33,7 +33,7 @@
Group: LDAP
License: GPL
Version: 2.4.7
-Release: 20071214
+Release: 20071222
# package options
%option with_server yes
@@ -58,8 +58,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20060823, make, gcc
PreReq: OpenPKG, openpkg >= 20060823
-BuildPreReq: readline, openssl, db >= 4.5
-PreReq: readline, openssl, db >= 4.5
+BuildPreReq: openssl, db >= 4.5
+PreReq: openssl, db >= 4.5
%if "%{with_server}" == "yes" && "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl
@@ -118,7 +118,6 @@
ARGS="$ARGS --libexecdir=%{l_prefix}/libexec/openldap"
ARGS="$ARGS --localstatedir=%{l_prefix}/var/openldap"
ARGS="$ARGS --enable-syslog"
- ARGS="$ARGS --with-readline"
ARGS="$ARGS --with-tls"
ARGS="$ARGS --without-fetch"
ARGS="$ARGS --disable-dynamic"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]