mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Make sure -L and -I's for our source tree are always before system include
or library directories on the command line.
This commit is contained in:
@ -14,7 +14,7 @@ PERLS += SlaveInit SlaveAddTable GetSyncID
|
||||
PERLS += PrepareSnapshot ApplySnapshot
|
||||
SCRIPTS = InitRservTest
|
||||
|
||||
override CPPFLAGS += -I$(srcdir)
|
||||
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
|
||||
override CFLAGS += $(CFLAGS_SL)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user