[Libreoffice-commits] core.git: bin/check-elf-dynamic-objects
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 5 16:47:00 UTC 2019
bin/check-elf-dynamic-objects | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 4c16f79b30ff3e015c706e0563faf6cf2931e1a6
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Sep 4 14:09:17 2019 +0200
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Thu Sep 5 18:46:06 2019 +0200
tdf#121983 add whitelist for libcairo.so.2
Change-Id: If255e5af56d78047af9d38d6a7f0df070888816e
(cherry picked from commit df92637754c5e7fd59d0aec8bf646c8b42416fd5)
Reviewed-on: https://gerrit.libreoffice.org/78595
Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
Tested-by: Jenkins
diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects
index f2973c8b8ae0..5492aafaca34 100755
--- a/bin/check-elf-dynamic-objects
+++ b/bin/check-elf-dynamic-objects
@@ -112,6 +112,9 @@ local file="$1"
# skip the majority of files, no ELF binaries here
skip=1
;;
+ */libcairo.so.2)
+ whitelist="${whitelist} ${x11whitelist} libxcb-shm.so.0 libxcb.so.1 libxcb-render.so.0"
+ ;;
*/libcairocanvaslo.so)
whitelist="${whitelist} libcairo.so.2"
;;
More information about the Libreoffice-commits
mailing list