diff options
author | Noah Misch | 2015-04-26 21:20:10 +0000 |
---|---|---|
committer | Noah Misch | 2015-04-26 21:20:25 +0000 |
commit | 1dadd36dbb54fda1c43f1163ca39bbe35741952b (patch) | |
tree | 234a45e91425e89f161d30775b50c84cf49bde25 /src | |
parent | 2e38198f605f39e96544c81a43f1984147e0890c (diff) |
Build libecpg with -DFRONTEND in all supported versions.
Fix an oversight in commit 151e74719b0cc5c040bd3191b51b95f925773dd1 by
back-patching commit 44c5d387eafb4ba1a032f8d7b13d85c553d69181 to 9.0.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ecpglib/Makefile b/src/interfaces/ecpg/ecpglib/Makefile index f985de17ba5..b19e5d7785f 100644 --- a/src/interfaces/ecpg/ecpglib/Makefile +++ b/src/interfaces/ecpg/ecpglib/Makefile @@ -18,7 +18,7 @@ SO_MAJOR_VERSION= 6 SO_MINOR_VERSION= 3 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 |