bin/check-elf-dynamic-objects |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 4c16f79b30ff3e015c706e0563faf6cf2931e1a6
Author:     Andras Timar <[email protected]>
AuthorDate: Wed Sep 4 14:09:17 2019 +0200
Commit:     Michael Stahl <[email protected]>
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 <[email protected]>
    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"
         ;;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to