blob: 86c06348a7ecab19687d970d564a4dc22fe1ec5a (
plain)
1
2
3
4
5
6
7
8
9
|
$NetBSD: patch-ai,v 1.1.1.1 2004/07/24 22:14:41 recht Exp $
--- src/interfaces/python/Setup.in.raw.orig Sun Mar 25 14:44:04 2001
+++ src/interfaces/python/Setup.in.raw
@@ -1,3 +1,3 @@
*shared*
-_pg pgmodule.c -I@libpq_srcdir@ @INCLUDES@ -L@libpq_builddir@ -lpq @EXTRA_LIBS@
+_pg pgmodule.c -I@libpq_srcdir@ @INCLUDES@ @libpq@ @EXTRA_LIBS@
|