summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>1998-10-19 21:47:59 +0000
committertsarna <tsarna@pkgsrc.org>1998-10-19 21:47:59 +0000
commit305e91aa58e7e9b03972f5d51040dde2b14cdb12 (patch)
tree6200c0bfbe091fd1abe0e450723430c2f6d0de6b /databases
parent3c1260bf8dd6a96e93714a45e41a398d18452c63 (diff)
downloadpkgsrc-305e91aa58e7e9b03972f5d51040dde2b14cdb12.tar.gz
Adapt to deal with (IMHO bogus) new location of the MySQL shared client
library. Someone who knows more about it should decide if MySQL should be fixed to put the library in a standard location instead.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-mysql/files/Setup.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-mysql/files/Setup.in b/databases/py-mysql/files/Setup.in
index 2ac77cbd179..08a70f2f737 100644
--- a/databases/py-mysql/files/Setup.in
+++ b/databases/py-mysql/files/Setup.in
@@ -1,5 +1,5 @@
-# $NetBSD: Setup.in,v 1.2 1998/08/07 14:58:43 agc Exp $
+# $NetBSD: Setup.in,v 1.3 1998/10/19 21:47:59 tsarna Exp $
#
*shared*
-MySQL MySQLmodule.c -L@PREFIX@/lib -lmysqlclient \
+MySQL MySQLmodule.c -L@PREFIX@/lib/mysql -lmysqlclient \
-I@PREFIX@/include/mysql