summaryrefslogtreecommitdiff
path: root/src/test/examples
diff options
context:
space:
mode:
authorBruce Momjian2005-03-25 18:17:14 +0000
committerBruce Momjian2005-03-25 18:17:14 +0000
commit6b7ef076b52f89178ab567f49170786cb2d83645 (patch)
tree65c7dba9a9b76bd20f1233700b48d1154df8931b /src/test/examples
parent410fede0dd8e2effd05aa97baba9fe0fbb23b915 (diff)
Have libpgport link before libpq so that PG client applications are more
immunte to changes in libpq's usage of pgport between major versions.
Diffstat (limited to 'src/test/examples')
-rw-r--r--src/test/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/Makefile b/src/test/examples/Makefile
index 0326d429112..b55405d7372 100644
--- a/src/test/examples/Makefile
+++ b/src/test/examples/Makefile
@@ -7,7 +7,7 @@ top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
-override LDLIBS := $(libpq) -lpgport $(LDLIBS)
+override LDLIBS := $(libpq_pgport) $(LDLIBS)
PROGS = testlibpq testlibpq2 testlibpq3 testlibpq4 testlo