OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 06-Dec-2007 15:11:34 Branch: HEAD Handle: 2007120614113400 Modified files: openpkg-src/sasl sasl.spec Log: try to avoid picking up external DB Summary: Revision Changes Path 1.158 +6 -1 openpkg-src/sasl/sasl.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sasl/sasl.spec ============================================================================ $ cvs diff -u -r1.157 -r1.158 sasl.spec --- openpkg-src/sasl/sasl.spec 27 Oct 2007 11:59:56 -0000 1.157 +++ openpkg-src/sasl/sasl.spec 6 Dec 2007 14:11:34 -0000 1.158 @@ -33,7 +33,7 @@ Group: Cryptography License: BSD Version: 2.1.22 -Release: 20071027 +Release: 20071206 # package options %option with_fsl yes @@ -118,6 +118,11 @@ %patch -p0 %build + # ensure the OpenPKG Berkeley-DB is picked up only + %{l_shtool} subst \ + -e 's;for dbname in db-.*db$;for dbname in db;' \ + saslauthd/configure configure + # disable some unwanted configure checks %{l_shtool} subst \ -e 's;\(SASL_DB_UTILS="saslpasswd2 sasldblistusers2\);\1 dbconverter-2;' \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org