summaryrefslogtreecommitdiffstats
path: root/external/libstaroffice
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-05-17 17:40:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-09-20 13:31:50 +0200
commit28e028680b3c0551db3a9b71c8fe6b66aac2433b (patch)
tree17688b5602e93c550775696a3c0dc0cdc090ddfa /external/libstaroffice
parentRelated: tdf#127645 return value is unused (diff)
downloadcore-28e028680b3c0551db3a9b71c8fe6b66aac2433b.tar.gz
core-28e028680b3c0551db3a9b71c8fe6b66aac2433b.zip
Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY support
...for ASan/UBSan builds using Clang older than current trunk twoards Clang 9, as announced at <https://lists.freedesktop.org/archives/libreoffice/2019-May/082654.html> "Re: [Libreoffice-commits] core.git: The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...". (And drop the no longer needed solenv/sanitizers/asan-suppressions, which people might still reference from their ASAN_OPTIONS.) Change-Id: Iedc0c5955366d2cbe7dc847990e2b1576750e85b Reviewed-on: https://gerrit.libreoffice.org/72493 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/libstaroffice')
-rw-r--r--external/libstaroffice/UnpackedTarball_libstaroffice.mk6
-rw-r--r--external/libstaroffice/ubsan-visibility.patch11
2 files changed, 0 insertions, 17 deletions
diff --git a/external/libstaroffice/UnpackedTarball_libstaroffice.mk b/external/libstaroffice/UnpackedTarball_libstaroffice.mk
index 98b8e14cdaec..f2c9ccc460af 100644
--- a/external/libstaroffice/UnpackedTarball_libstaroffice.mk
+++ b/external/libstaroffice/UnpackedTarball_libstaroffice.mk
@@ -15,12 +15,6 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libstaroffice,0))
$(eval $(call gb_UnpackedTarball_update_autoconf_configs,libstaroffice))
-ifeq ($(NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY),TRUE)
-$(eval $(call gb_UnpackedTarball_add_patches,libstaroffice, \
- external/libstaroffice/ubsan-visibility.patch \
-))
-endif
-
ifneq ($(OS),MACOSX)
ifneq ($(OS),WNT)
$(eval $(call gb_UnpackedTarball_add_patches,libstaroffice, \
diff --git a/external/libstaroffice/ubsan-visibility.patch b/external/libstaroffice/ubsan-visibility.patch
deleted file mode 100644
index a14d201ea4c5..000000000000
--- a/external/libstaroffice/ubsan-visibility.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure
-+++ configure
-@@ -17225,7 +17225,7 @@
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fvisibility=hidden compiler flag" >&5
- $as_echo_n "checking for -fvisibility=hidden compiler flag... " >&6; }
- saved_CXXFLAGS="$CXXFLAGS"
-- CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
-+ CXXFLAGS="$CXXFLAGS -fvisibility-ms-compat"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-