Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caf613 commit 3f33044Copy full SHA for 3f33044
src/bin/initdb/Makefile
@@ -18,6 +18,11 @@ include $(top_builddir)/src/Makefile.global
18
19
override CPPFLAGS := -DFRONTEND -I$(libpq_srcdir) -I$(top_srcdir)/src/timezone $(CPPFLAGS)
20
21
+# use system timezone data?
22
+ifneq (,$(with_system_tzdata))
23
+override CPPFLAGS += '-DSYSTEMTZDIR="$(with_system_tzdata)"'
24
+endif
25
+
26
OBJS= initdb.o findtimezone.o localtime.o encnames.o pqsignal.o $(WIN32RES)
27
28
all: initdb
0 commit comments