mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Don't define FRONTEND for ecpg libraries
Not needed anymore after 7143b3e821
.
Discussion: https://postgr.es/m/20220820194550.725755r6fj2ro3rx@awork3.anarazel.de
This commit is contained in:
@@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
|
||||
SO_MINOR_VERSION= $(MAJORVERSION)
|
||||
|
||||
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||
-I$(libpq_srcdir) -DFRONTEND $(CPPFLAGS)
|
||||
-I$(libpq_srcdir) $(CPPFLAGS)
|
||||
override CFLAGS += $(PTHREAD_CFLAGS)
|
||||
|
||||
SHLIB_LINK_INTERNAL = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq_pgport_shlib)
|
||||
|
@@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 6
|
||||
SO_MINOR_VERSION= $(MAJORVERSION)
|
||||
|
||||
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
||||
-I$(libpq_srcdir) -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)
|
||||
-I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)
|
||||
override CFLAGS += $(PTHREAD_CFLAGS)
|
||||
|
||||
OBJS = \
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user