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

Commitb83e545

Browse files
committed
Fix order of ICU_CFLAGS
It must be before CPPFLAGS so that an ICU installation in a nonstandardpath can take precedence over one in the system path.
1 parentbb5d6e8 commitb83e545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ PTHREAD_LIBS= @PTHREAD_LIBS@
232232
CPP = @CPP@
233233
CPPFLAGS = @CPPFLAGS@
234234

235-
overrideCPPFLAGS :=$(CPPFLAGS)$(ICU_CFLAGS)
235+
overrideCPPFLAGS :=$(ICU_CFLAGS)$(CPPFLAGS)
236236

237237
ifdefPGXS
238238
overrideCPPFLAGS := -I$(includedir_server) -I$(includedir_internal)$(CPPFLAGS)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp