Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit776ec78

Browse files
committed
Attaching -lpq to LDFLAGS doesn't work, because the generated command
puts that before the .c file name.
1 parentf3ad615 commit776ec78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ top_builddir = ../../..
77
include$(top_builddir)/src/Makefile.global
88

99
overrideCPPFLAGS := -I$(libpq_srcdir)$(CPPFLAGS)
10-
LDFLAGS +=$(libpq)
10+
overrideLDLIBS :=$(libpq) -lpgport$(LDLIBS)
1111

1212

1313
PROGS = testlibpq testlibpq2 testlibpq3 testlibpq4 testlo

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp