mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Don't define FRONTEND for libpq
Not needed anymore after 7143b3e821
.
Discussion: https://postgr.es/m/20220820194550.725755r6fj2ro3rx@awork3.anarazel.de
This commit is contained in:
@@ -22,7 +22,7 @@ NAME= pq
|
||||
SO_MAJOR_VERSION= 5
|
||||
SO_MINOR_VERSION= $(MAJORVERSION)
|
||||
|
||||
override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
|
||||
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
|
||||
ifneq ($(PORTNAME), win32)
|
||||
override CFLAGS += $(PTHREAD_CFLAGS)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user