mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Attaching -lpq to LDFLAGS doesn't work, because the generated command
puts that before the .c file name.
This commit is contained in:
parent
f3ad615ce8
commit
776ec78e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ top_builddir = ../../..
|
|||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
|
||||
LDFLAGS += $(libpq)
|
||||
override LDLIBS := $(libpq) -lpgport $(LDLIBS)
|
||||
|
||||
|
||||
PROGS = testlibpq testlibpq2 testlibpq3 testlibpq4 testlo
|
||||
|
|
|
|||
Loading…
Reference in a new issue