Skip to content

Commit 37c1bca

Browse files
committed
Fixed build - ICU is using now c++17 features in c++API
(cherry picked from commit a81d4e4)
1 parent 1bf0b9c commit 37c1bca

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
@@ -101,8 +101,8 @@ GLOB_OPTIONS:=
101101

102102
#____________________________________________________________________________
103103

104-
# Firebird needs no RTTI
105-
RTTI_FLAG:= -fno-rtti
104+
# Firebird needs no RTTI, make it build with icu-75.1
105+
RTTI_FLAG:= -fno-rtti -DU_SHOW_CPLUSPLUS_API=0
106106

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

0 commit comments

Comments
 (0)