Build libecpg with -DFRONTEND in all supported versions.

Fix an oversight in commit 151e74719b by
back-patching commit 44c5d387ea to 9.0.
This commit is contained in:
Noah Misch 2015-04-26 17:20:10 -04:00
parent 950f80dd54
commit 7c2ccb494c

View file

@ -18,7 +18,7 @@ SO_MAJOR_VERSION= 6
SO_MINOR_VERSION= 4
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