OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Jul-2003 17:15:18
Branch: HEAD Handle: 2003072516151700
Modified files:
openpkg-src/bind bind.spec
Log:
make subst pattern compatible with old sed
Summary:
Revision Changes Path
1.71 +4 -1 openpkg-src/bind/bind.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.70 -r1.71 bind.spec
--- openpkg-src/bind/bind.spec 25 Jul 2003 08:32:35 -0000 1.70
+++ openpkg-src/bind/bind.spec 25 Jul 2003 15:15:17 -0000 1.71
@@ -107,7 +107,10 @@
%{l_patch} -p1 <dlz.patch
# fix up DLZ link libraries for MySQL and PostgreSQL
%{l_shtool} subst \
- -e '/-lmysqlclient/s;-l\(nsl\|z\|crypt\|m\)\( \|"\);\2;g' \
+ -e '/-lmysqlclient/s;-lnsl\([ "]\);\1;g' \
+ -e '/-lmysqlclient/s;-lz\([ "]\);\1;g' \
+ -e '/-lmysqlclient/s;-lcrypt\([ "]\);\1;g' \
+ -e '/-lmysqlclient/s;-lm\([ "]\);\1;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]