mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Build libecpg with -DFRONTEND in all supported versions.
Fix an oversight in commit151e74719b
by back-patching commit44c5d387ea
to 9.0.
This commit is contained in:
parent
985da346ec
commit
e8837fc93e
@ -18,7 +18,7 @@ SO_MAJOR_VERSION= 6
|
||||
SO_MINOR_VERSION= 2
|
||||
|
||||
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||
-I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)
|
||||
-I$(libpq_srcdir) -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)
|
||||
override CFLAGS += $(PTHREAD_CFLAGS)
|
||||
|
||||
# Need to recompile any libpgport object files
|
||||
|
Loading…
Reference in New Issue
Block a user