Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38bd369

Browse files
committed
PGPRO-2413. Use PG_LIBS_INTERNAL instead of PG_LIBS to link with libpq library within build tree
1 parent e9190e6 commit 38bd369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ endif
4747

4848
PG_CPPFLAGS = -I$(libpq_srcdir) ${PTHREAD_CFLAGS} -Isrc -I$(top_srcdir)/$(subdir)/src
4949
override CPPFLAGS := -DFRONTEND $(CPPFLAGS) $(PG_CPPFLAGS)
50-
PG_LIBS = $(libpq_pgport) ${PTHREAD_CFLAGS}
50+
PG_LIBS_INTERNAL = $(libpq_pgport) ${PTHREAD_CFLAGS}
5151

5252
all: checksrcdir $(INCLUDES);
5353

0 commit comments

Comments
 (0)