Skip to content

Commit c3475c5

Browse files
real-damAlexPeshkoff
authored andcommitted
additional fix for building with ICU 76.1 (B3_0_Release)
There is another define needed to avoid unused C++ code that otherwise requires -std=c++17
1 parent 37c1bca commit c3475c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/posix/make.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GLOB_OPTIONS:=
102102
#____________________________________________________________________________
103103

104104
# Firebird needs no RTTI, make it build with icu-75.1
105-
RTTI_FLAG:= -fno-rtti -DU_SHOW_CPLUSPLUS_API=0
105+
RTTI_FLAG:= -fno-rtti -DU_SHOW_CPLUSPLUS_API=0 -DU_SHOW_CPLUSPLUS_HEADER_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)