OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Oct-2003 17:24:25
Branch: HEAD Handle: 2003101416242302
Modified files:
openpkg-src/sasl sasl.spec
openpkg-web news.txt
Log:
fix openldap support
Summary:
Revision Changes Path
1.101 +8 -1 openpkg-src/sasl/sasl.spec
1.6998 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.100 -r1.101 sasl.spec
--- openpkg-src/sasl/sasl.spec 18 Sep 2003 16:45:47 -0000 1.100
+++ openpkg-src/sasl/sasl.spec 14 Oct 2003 15:24:25 -0000 1.101
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD
Version: 2.1.15
-Release: 20030918
+Release: 20031014
# package options
%option with_fsl yes
@@ -188,6 +188,13 @@
%{l_shtool} subst \
-e 's;\(\$(CCLD)\);\1 -static;' \
utils/Makefile
+
+ # post adjustment: fix OpenLDAP support
+%if "%{with_ldap}" == "yes"
+ %{l_shtool} subst \
+ -e "s;^\(saslauthd_LDADD[ ]*=[ ]*.*\);\1 -lcrypt -lldap -llber -lssl
-lcrypto;" \
+ saslauthd/Makefile
+%endif
# build package
%{l_make} %{l_mflags}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6997 -r1.6998 news.txt
--- openpkg-web/news.txt 14 Oct 2003 13:09:39 -0000 1.6997
+++ openpkg-web/news.txt 14 Oct 2003 15:24:23 -0000 1.6998
@@ -1,3 +1,4 @@
+14-Oct-2003: Upgraded package: P<sasl-2.1.15-20031014>
14-Oct-2003: Upgraded package: P<openpkg-20031014-20031014>
14-Oct-2003: Upgraded package: P<apache2-2.0.47-20031014>
14-Oct-2003: Upgraded package: P<apr-0.9.4-20031014>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]