aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/pgtypeslib
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-08-22 20:39:30 -0700
committerAndres Freund <andres@anarazel.de>2022-08-22 20:39:30 -0700
commit9352d5cf128ad9888918bba00b87ba347438fd26 (patch)
tree5147dcf65fde3d73aa9664632b88c404a7c771c6 /src/interfaces/ecpg/pgtypeslib
parent06e3559bade1da89feb1a53d517c991fb4f15272 (diff)
downloadpostgresql-9352d5cf128ad9888918bba00b87ba347438fd26.tar.gz
postgresql-9352d5cf128ad9888918bba00b87ba347438fd26.zip
Don't define FRONTEND for ecpg libraries
Not needed anymore after 7143b3e8213. Discussion: https://postgr.es/m/20220820194550.725755r6fj2ro3rx@awork3.anarazel.de
Diffstat (limited to 'src/interfaces/ecpg/pgtypeslib')
-rw-r--r--src/interfaces/ecpg/pgtypeslib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/pgtypeslib/Makefile b/src/interfaces/ecpg/pgtypeslib/Makefile
index 763787f22da..13ef992ee72 100644
--- a/src/interfaces/ecpg/pgtypeslib/Makefile
+++ b/src/interfaces/ecpg/pgtypeslib/Makefile
@@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
SO_MINOR_VERSION= $(MAJORVERSION)
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
- -DFRONTEND $(CPPFLAGS)
+ $(CPPFLAGS)
override CFLAGS += $(PTHREAD_CFLAGS)
SHLIB_LINK_INTERNAL = -lpgcommon_shlib -lpgport_shlib