We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ad615 commit 776ec78Copy full SHA for 776ec78
src/test/examples/Makefile
@@ -7,7 +7,7 @@ top_builddir = ../../..
7
include $(top_builddir)/src/Makefile.global
8
9
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
10
-LDFLAGS += $(libpq)
+override LDLIBS := $(libpq) -lpgport $(LDLIBS)
11
12
13
PROGS = testlibpq testlibpq2 testlibpq3 testlibpq4 testlo
0 commit comments