mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Remove obsolete -I options from ECPG library compilation.
The MSVC build system already omitted these.
This commit is contained in:
parent
bcd7e8897c
commit
c8aa893862
@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
|
||||
SO_MINOR_VERSION= 7
|
||||
|
||||
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||
-I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils -DFRONTEND $(CPPFLAGS)
|
||||
-I$(libpq_srcdir) -DFRONTEND $(CPPFLAGS)
|
||||
override CFLAGS += $(PTHREAD_CFLAGS)
|
||||
|
||||
SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) \
|
||||
|
@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
|
||||
SO_MINOR_VERSION= 6
|
||||
|
||||
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||
-I$(top_srcdir)/src/include/utils -I$(libpq_srcdir) -DFRONTEND $(CPPFLAGS)
|
||||
-DFRONTEND $(CPPFLAGS)
|
||||
override CFLAGS += $(PTHREAD_CFLAGS)
|
||||
|
||||
# Need to recompile any libpgport object files
|
||||
|
Loading…
Reference in New Issue
Block a user