Thanks to visit codestin.com Credit goes to github.com
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 3e47d0b commit 723613eCopy full SHA for 723613e
src/interfaces/ecpg/ecpglib/Makefile
@@ -18,7 +18,7 @@ SO_MAJOR_VERSION= 6
18
SO_MINOR_VERSION= 5
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