OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Mar-2004 18:49:05
Branch: HEAD Handle: 2004031517490500
Modified files:
openpkg-src/sasl sasl.spec
Log:
fix broken handling of with_mysql option by correctly installing the
libsql (sql plugin mechanism) as was done in previous versions
Summary:
Revision Changes Path
1.114 +2 -1 openpkg-src/sasl/sasl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.113 -r1.114 sasl.spec
--- openpkg-src/sasl/sasl.spec 12 Mar 2004 07:37:40 -0000 1.113
+++ openpkg-src/sasl/sasl.spec 15 Mar 2004 17:49:05 -0000 1.114
@@ -34,7 +34,7 @@
Group: Cryptography
License: BSD
Version: 2.1.18
-Release: 20040312
+Release: 20040315
# package options
%option with_fsl yes
@@ -165,6 +165,7 @@
--without-ldap \
%endif
%if "%{with_mysql}" == "yes"
+ --enable-sql \
--with-mysql=%{l_prefix} \
%else
--without-mysql \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]