OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Aug-2002 16:10:45
Branch: HEAD Handle: 2002081015104400
Modified files:
openpkg-src/sasl sasl.spec
Log:
Another Berkeley DB problem resolved. From my point of view at least this
version works (a little bit :-) instead of dumping core
voodoo:~# echo "bar" | saslpasswd2 -c foo
voodoo:~# sasldblistusers2
foo@voodoo: userPassword
voodoo:~#
Upgraded from BRK to EXP
Summary:
Revision Changes Path
1.26 +4 -3 openpkg-src/sasl/sasl.spec
____________________________________________________________________________
Index: openpkg-src/sasl/sasl.spec
============================================================
$ cvs diff -u -r1.25 -r1.26 sasl.spec
--- openpkg-src/sasl/sasl.spec 10 Aug 2002 11:54:13 -0000 1.25
+++ openpkg-src/sasl/sasl.spec 10 Aug 2002 14:10:44 -0000 1.26
@@ -34,7 +34,7 @@
URL: http://asg.web.cmu.edu/sasl/
Vendor: Cyrus Project, CMU
Packager: The OpenPKG Project
-Distribution: OpenPKG [BRK]
+Distribution: OpenPKG [EXP]
Group: Cryptography
License: BSD
Version: 2.1.7
@@ -74,12 +74,12 @@
configure
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
- LDFLAGS="-L%{l_prefix}/lib" \
+ LDFLAGS="-L%{l_prefix}/lib -ldb" \
./configure \
--prefix=%{l_prefix} \
--with-plugindir=%{l_prefix}/lib/sasl \
--with-saslauthd=%{l_prefix}/var/sasl/saslauthd \
- --with-dbpath=%{l_prefix}/var/sasl \
+ --with-dbpath=%{l_prefix}/var/sasl/sasldb \
--with-dblib=berkeley \
--with-bdb-incdir=%{l_prefix}/include \
--with-bdb-libdir=%{l_prefix}/lib \
@@ -89,6 +89,7 @@
--without-pam \
%endif
--disable-shared \
+ --enable-static \
--with-staticsasl \
--disable-java \
--disable-sample \
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]