diff options
| author | Andres Freund | 2022-08-23 03:39:30 +0000 |
|---|---|---|
| committer | Andres Freund | 2022-08-23 03:39:30 +0000 |
| commit | 1d77afefbd1dd13a0ebec9d6675dd305e86c0538 (patch) | |
| tree | b891fd7d6d7f809dbfc0e041194df89737c7936c /src/interfaces | |
| parent | 9352d5cf128ad9888918bba00b87ba347438fd26 (diff) | |
Don't define FRONTEND for libpq
Not needed anymore after 7143b3e8213.
Discussion: https://postgr.es/m/20220820194550.725755r6fj2ro3rx@awork3.anarazel.de
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/libpq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index 79c574eeb8..1d31b256fc 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -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 |
