Skip to content

Commit b83e545

Browse files
committed
Fix order of ICU_CFLAGS
It must be before CPPFLAGS so that an ICU installation in a nonstandard path can take precedence over one in the system path.
1 parent bb5d6e8 commit b83e545

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-
override CPPFLAGS := $(CPPFLAGS) $(ICU_CFLAGS)
235+
override CPPFLAGS := $(ICU_CFLAGS) $(CPPFLAGS)
236236

237237
ifdef PGXS
238238
override CPPFLAGS := -I$(includedir_server) -I$(includedir_internal) $(CPPFLAGS)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy