diff options
| author | Bruce Momjian | 2005-03-25 18:17:14 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-03-25 18:17:14 +0000 |
| commit | 6b7ef076b52f89178ab567f49170786cb2d83645 (patch) | |
| tree | 65c7dba9a9b76bd20f1233700b48d1154df8931b /src/test/examples | |
| parent | 410fede0dd8e2effd05aa97baba9fe0fbb23b915 (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/Makefile | 2 |
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 |
