Kaydet (Commit) 44c673b9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

external/icu: Visible function type RTTI for Clang -fsanitize=function

Change-Id: Ia972d7364b5acfbafd9df5b07f4fb8bd6efbab5f
üst b3a7e32e
......@@ -24,6 +24,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,icu,\
external/icu/icu4c-icu11100.patch.1 \
external/icu/icu4c-scriptrun.patch \
external/icu/icu4c-icu11451.patch.1 \
external/icu/rtti.patch.0 \
))
# vim: set noet sw=4 ts=4:
--- source/config/mh-linux
+++ source/config/mh-linux
@@ -35,7 +35,7 @@
#SH# LD_SONAME=
## Shared library options
-LD_SOOPTIONS= -Wl,-Bsymbolic
+LD_SOOPTIONS= -Wl,-Bsymbolic-functions
## Shared object suffix
SO = so
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment