external/firebird/sanitizer-rtti.patch |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b6767f9aedc96d2d47260e635dff58929dc87ba4
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Wed Feb 11 10:54:44 2026 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Wed Feb 11 13:05:30 2026 +0100

    Make external/firebird/sanitizer-rtti.patch apply again
    
    Change-Id: Iea2240ebf02949f1d8ed0c50bca51d8cfdd25ea0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199133
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/external/firebird/sanitizer-rtti.patch 
b/external/firebird/sanitizer-rtti.patch
index 37a0686d9d2d..068b4cbe4dea 100644
--- a/external/firebird/sanitizer-rtti.patch
+++ b/external/firebird/sanitizer-rtti.patch
@@ -3,9 +3,9 @@
 @@ -102,7 +102,7 @@
  #____________________________________________________________________________
  
- # Firebird needs no RTTI
--RTTI_FLAG:= -fno-rtti
-+RTTI_FLAG:=
+ # Firebird needs no RTTI, make it build with icu-76.1
+-RTTI_FLAG:= -fno-rtti -DU_SHOW_CPLUSPLUS_API=0 -DU_SHOW_CPLUSPLUS_HEADER_API=0
++RTTI_FLAG:= -DU_SHOW_CPLUSPLUS_API=0 -DU_SHOW_CPLUSPLUS_HEADER_API=0
  
  # If this is defined then we use special rules useful for developers only
  IsDeveloper = @DEVEL_FLG@

Reply via email to