We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950f80d commit 7c2ccb4Copy full SHA for 7c2ccb4
src/interfaces/ecpg/ecpglib/Makefile
@@ -18,7 +18,7 @@ SO_MAJOR_VERSION= 6
18
SO_MINOR_VERSION= 4
19
20
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
21
- -I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)
+ -I$(libpq_srcdir) -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)
22
override CFLAGS += $(PTHREAD_CFLAGS)
23
24
# Need to recompile any libpgport object files
0 commit comments