mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Fix the isolation tester compilation on VPATH builds
This commit is contained in:
@ -10,7 +10,7 @@ ifeq ($(PORTNAME), win32)
|
||||
LDLIBS += -lws2_32
|
||||
endif
|
||||
|
||||
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
|
||||
override CPPFLAGS := -I$(srcdir) -I$(libpq_srcdir) $(CPPFLAGS)
|
||||
override LDLIBS := $(libpq_pgport) $(LDLIBS)
|
||||
|
||||
OBJS = specparse.o isolationtester.o
|
||||
|
Reference in New Issue
Block a user