Skip to content
Snippets Groups Projects
Commit 7c2ccb49 authored by Noah Misch's avatar Noah Misch
Browse files

Build libecpg with -DFRONTEND in all supported versions.

Fix an oversight in commit 151e7471 by
back-patching commit 44c5d387 to 9.0.
parent 950f80dd
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ SO_MAJOR_VERSION= 6 ...@@ -18,7 +18,7 @@ SO_MAJOR_VERSION= 6
SO_MINOR_VERSION= 4 SO_MINOR_VERSION= 4
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment