Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f33044

Browse files
committed
Propagate with_system_tzdata setting into initdb build.
findtimezone.c needs to know this setting too. Per Peter Eisentraut.
1 parent8caf613 commit3f33044

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/bin/initdb/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ include $(top_builddir)/src/Makefile.global
1818

1919
overrideCPPFLAGS := -DFRONTEND -I$(libpq_srcdir) -I$(top_srcdir)/src/timezone$(CPPFLAGS)
2020

21+
# use system timezone data?
22+
ifneq (,$(with_system_tzdata))
23+
overrideCPPFLAGS += '-DSYSTEMTZDIR="$(with_system_tzdata)"'
24+
endif
25+
2126
OBJS=initdb.o findtimezone.o localtime.o encnames.o pqsignal.o$(WIN32RES)
2227

2328
all: initdb

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp