Build libecpg with -DFRONTEND in all supported versions.

Fix an oversight in commit 151e74719b0cc5c040bd3191b51b95f925773dd1 by
back-patching commit 44c5d387eafb4ba1a032f8d7b13d85c553d69181 to 9.0.
This commit is contained in:
Noah Misch 2015-04-26 17:20:10 -04:00
parent 2e38198f60
commit 1dadd36dbb

View File

@ -18,7 +18,7 @@ SO_MAJOR_VERSION= 6
SO_MINOR_VERSION= 3 SO_MINOR_VERSION= 3
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \ 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) override CFLAGS += $(PTHREAD_CFLAGS)
# Need to recompile any libpgport object files # Need to recompile any libpgport object files