OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 07-Mar-2003 12:44:54
Branch: HEAD Handle: 2003030711445102
Modified files:
openpkg-src/openldap openldap.spec
openpkg-web news.txt
Log:
try to fully disable SASL stuff
Summary:
Revision Changes Path
1.53 +3 -6 openpkg-src/openldap/openldap.spec
1.3601 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 openldap.spec
--- openpkg-src/openldap/openldap.spec 5 Mar 2003 18:51:40 -0000 1.52
+++ openpkg-src/openldap/openldap.spec 7 Mar 2003 11:44:53 -0000 1.53
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 2.1.14
-Release: 20030305
+Release: 20030307
# list of sources
Source0:
ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz
@@ -58,11 +58,6 @@
%setup -q
%build
- # hard-code 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}" \
@@ -75,6 +70,8 @@
--with-ldbm-module=static \
--with-ldbm-type=btree \
--enable-slurpd \
+ --without-cyrus-sasl \
+ --disable-spasswd \
--disable-shared
%{l_make} %{l_mflags}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3600 -r1.3601 news.txt
--- openpkg-web/news.txt 7 Mar 2003 11:35:27 -0000 1.3600
+++ openpkg-web/news.txt 7 Mar 2003 11:44:51 -0000 1.3601
@@ -1,3 +1,4 @@
+07-Mar-2003: Upgraded package: P<openldap-2.1.14-20030307>
07-Mar-2003: Upgraded package: P<postgresql-7.3.2-20030307>
07-Mar-2003: New package: P<netrik-1.5.0-20030307>
07-Mar-2003: New package: P<getopt-20030307-20030307>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]