OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 12-Feb-2003 17:04:05
Branch: HEAD Handle: 2003021216040301
Modified files:
openpkg-src/openldap openldap.spec
openpkg-web news.txt
Log:
force usage of sasl2, configure test fails because of dependency to
berkeley db
Summary:
Revision Changes Path
1.49 +6 -1 openpkg-src/openldap/openldap.spec
1.3282 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 openldap.spec
--- openpkg-src/openldap/openldap.spec 8 Jan 2003 19:24:53 -0000 1.48
+++ openpkg-src/openldap/openldap.spec 12 Feb 2003 16:04:04 -0000 1.49
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 2.1.12
-Release: 20030108
+Release: 20030212
# list of sources
Source0:
ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz
@@ -58,6 +58,11 @@
%setup -q
%build
+ # hardware 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}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3281 -r1.3282 news.txt
--- openpkg-web/news.txt 12 Feb 2003 16:00:22 -0000 1.3281
+++ openpkg-web/news.txt 12 Feb 2003 16:04:03 -0000 1.3282
@@ -1,3 +1,4 @@
+12-Feb-2003: Upgraded package: P<openldap-2.1.12-20030212>
12-Feb-2003: New package: P<html2ps-1.0b3-20030212>
12-Feb-2003: Upgraded package: P<sasl-2.1.12-20030212>
12-Feb-2003: Upgraded package: P<lmtp2nntp-1.2b3-20030212>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]