[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - sw/CppunitTest_sw_accessible_relation_set.mk

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Sat Mar 21 13:34:34 UTC 2020


 sw/CppunitTest_sw_accessible_relation_set.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit dd3347f50881cdadc186bfaa605391062f73bd00
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Fri Mar 20 13:05:18 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sat Mar 21 14:34:05 2020 +0100

    fix CppunitTest_sw_accessible_relation_set dependency
    
    warn:sal.osl:4733:4733:sal/osl/unx/module.cxx:162: dlopen(/home/seli/build/suse/l1/instdir/program/libacclo.so, 1): /home/seli/build/suse/l1/instdir/program/libacclo.so: cannot open shared object file: No such file or directory
    warn:legacy.osl:4733:4733:toolkit/source/helper/accessibilityclient.cxx:183: AccessibilityClient::ensureInitialized: could not load the library, or not retrieve the needed symbol!
    
    Change-Id: I72ea338ae69ffabe2187f4725ec13deea9a2afd6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90789
    Tested-by: Luboš Luňák <l.lunak at collabora.com>
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>
    (cherry picked from commit 6bc2b598d6b748a130b84d4a7e07f3b3c34fe3e1)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90810
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/CppunitTest_sw_accessible_relation_set.mk b/sw/CppunitTest_sw_accessible_relation_set.mk
index 90b500f429aa..ddb1754426c5 100644
--- a/sw/CppunitTest_sw_accessible_relation_set.mk
+++ b/sw/CppunitTest_sw_accessible_relation_set.mk
@@ -58,4 +58,7 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_accessible_relation_set,services))
 
 $(eval $(call gb_CppunitTest_use_configuration,sw_accessible_relation_set))
 
+# we need to explicitly depend on Library_acc because it's dynamically loaded
+$(call gb_CppunitTest_get_target,sw_accessible_relation_set) : $(call gb_Library_get_target,acc)
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list