diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-10-19 21:47:59 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-10-19 21:47:59 +0000 |
commit | 305e91aa58e7e9b03972f5d51040dde2b14cdb12 (patch) | |
tree | 6200c0bfbe091fd1abe0e450723430c2f6d0de6b /databases | |
parent | 3c1260bf8dd6a96e93714a45e41a398d18452c63 (diff) | |
download | pkgsrc-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.in | 4 |
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 |