diff options
author | tsarna <tsarna> | 2000-10-29 20:48:27 +0000 |
---|---|---|
committer | tsarna <tsarna> | 2000-10-29 20:48:27 +0000 |
commit | 594bb4f53e56e44671236dee90e8610bbd7396df (patch) | |
tree | f3d9b53d7a794f711560d89f6d0cf92fc5aab39d | |
parent | ed76cd040f179f781843adad0d9b14f5a41b275d (diff) | |
download | pkgsrc-594bb4f53e56e44671236dee90e8610bbd7396df.tar.gz |
needs -R to find libgdbm
-rw-r--r-- | databases/py-gdbm/files/Setup.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-gdbm/files/Setup.in b/databases/py-gdbm/files/Setup.in index d237e2839ae..73241d8d2bf 100644 --- a/databases/py-gdbm/files/Setup.in +++ b/databases/py-gdbm/files/Setup.in @@ -1,4 +1,5 @@ -# $NetBSD: Setup.in,v 1.2 1998/08/07 14:58:43 agc Exp $ +# $NetBSD: Setup.in,v 1.3 2000/10/29 20:48:27 tsarna Exp $ # *shared* -gdbm gdbmmodule.c -I@LOCALBASE@/include -L@LOCALBASE@/lib -lgdbm +gdbm gdbmmodule.c -I@LOCALBASE@/include -L@LOCALBASE@/lib \ + -R@LOCALBASE@/lib -lgdbm |