Skip to content

Commit 76159a3

Browse files
real-damAlexPeshkoff
authored andcommitted
additional fix for building with ICU 76.1 (v4.0-release)
Another define is needed to avoid C++ code in ICU 76.1 headers that otherwise require -std=c++17
1 parent 9136116 commit 76159a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builds/posix/make.defaults

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ GLOB_OPTIONS:=
103103

104104
#____________________________________________________________________________
105105

106-
# Global c++ flags: firebird needs no RTTI, choose build standard, make it build with icu-75.1
107-
PLUSPLUS_FLAGS:= -fno-rtti -std=c++11 -DU_SHOW_CPLUSPLUS_API=0
106+
# Global c++ flags: firebird needs no RTTI, choose build standard, make it build with icu-76.1
107+
PLUSPLUS_FLAGS:= -fno-rtti -std=c++11 -DU_SHOW_CPLUSPLUS_API=0 -DU_SHOW_CPLUSPLUS_HEADER_API=0
108108

109109
# If this is defined then we use special rules useful for developers only
110110
IsDeveloper = @DEVEL_FLG@

0 commit comments

Comments
 (0)