summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-09-04 14:09:17 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-09-05 18:46:06 +0200
commit4c16f79b30ff3e015c706e0563faf6cf2931e1a6 (patch)
tree3aa0f412117bcf5beb9ad0f8936065d43991ceaf /bin
parent71740e630321f1cf12363995cdfc0a53fa2cd8cb (diff)
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@cib.de> Tested-by: Jenkins
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-elf-dynamic-objects3
1 files changed, 3 insertions, 0 deletions
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"
;;