diff options
| author | Andres Freund | 2022-08-23 03:39:30 +0000 |
|---|---|---|
| committer | Andres Freund | 2022-08-23 03:39:30 +0000 |
| commit | 06e3559bade1da89feb1a53d517c991fb4f15272 (patch) | |
| tree | 654e36ee58bf90ffb94d30226b6a373779259e26 /src/bin/initdb | |
| parent | 1bdd54e662d58ed49448255a004b668b56bae100 (diff) | |
Don't define FRONTEND for initdb
No headers requiring FRONTED to be defined are included as of af1a949109d.
Since this is the last user of (contrib|frontend)_defines in Mkvcbuild.pm,
remove them.
Discussion: https://postgr.es/m/20220820194550.725755r6fj2ro3rx@awork3.anarazel.de
Diffstat (limited to 'src/bin/initdb')
| -rw-r--r-- | src/bin/initdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile index b0dd13dfbdf..6737938c3f8 100644 --- a/src/bin/initdb/Makefile +++ b/src/bin/initdb/Makefile @@ -16,7 +16,7 @@ subdir = src/bin/initdb top_builddir = ../../.. include $(top_builddir)/src/Makefile.global -override CPPFLAGS := -DFRONTEND -I$(libpq_srcdir) -I$(top_srcdir)/src/timezone $(CPPFLAGS) +override CPPFLAGS := -I$(libpq_srcdir) -I$(top_srcdir)/src/timezone $(CPPFLAGS) # Note: it's important that we link to encnames.o from libpgcommon, not # from libpq, else we have risks of version skew if we run with a libpq |
