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 Date: 17-Feb-2004 19:43:07
Branch: HEAD Handle: 2004021718430600
Modified files:
openpkg-src/bind bind.spec
Log:
Fix building with DLZ patch and enabled Berkeley-DB.
Discovered by: Birger Kr�gelin <[EMAIL PROTECTED]>
Summary:
Revision Changes Path
1.85 +2 -1 openpkg-src/bind/bind.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.84 -r1.85 bind.spec
--- openpkg-src/bind/bind.spec 7 Feb 2004 17:53:47 -0000 1.84
+++ openpkg-src/bind/bind.spec 17 Feb 2004 18:43:06 -0000 1.85
@@ -38,7 +38,7 @@
Group: DNS
License: ISC
Version: %{V_bind}
-Release: 20040207
+Release: 20040217
# package options
%option with_dlz_mysql no
@@ -135,6 +135,7 @@
-e '/-lmysqlclient/s;-lz\([ "]\);\1;g' \
-e '/-lmysqlclient/s;-lcrypt\([ "]\);\1;g' \
-e '/-lmysqlclient/s;-lm\([ "]\);\1;g' \
+ -e 's;\(use_dlz_bdb/lib/lib..d.\)\.so;\1.a;g' \
-e 's;\(-lpq\);\1 -lssl -lcrypto -lcrypt;g' \
-e 's;\(\$use_dlz_postgres/include\);\1/postgresql;g' \
configure
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]