[Libreoffice-commits] core.git: sw/CppunitTest_sw_mailmerge.mk

Michael Stahl mstahl at redhat.com
Wed Sep 21 14:08:53 UTC 2016


 sw/CppunitTest_sw_mailmerge.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7c9150af57dfeecf4a0828d20238adc1ecaf18e3
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Sep 21 15:18:39 2016 +0200

    sw: apparently CppunitTest_sw_mailmerge needs scfilt library
    
    At least my incremental ASAN build failed because it loaded an outdated
    libscfiltlo.so that was still linked against outdated
    liborcus-parser-0.11.so causing an odr-violation.
    
    Change-Id: I4a4e134ab14503b15742138e9c4c29cb2b98d655

diff --git a/sw/CppunitTest_sw_mailmerge.mk b/sw/CppunitTest_sw_mailmerge.mk
index 701bb93..aa037fc 100644
--- a/sw/CppunitTest_sw_mailmerge.mk
+++ b/sw/CppunitTest_sw_mailmerge.mk
@@ -54,6 +54,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_mailmerge, \
     package/util/package2 \
     sax/source/expatwrap/expwrap \
     sc/util/sc \
+    sc/util/scfilt \
     sfx2/util/sfx \
     sot/util/sot \
     svl/source/fsstor/fsstorage \


More information about the Libreoffice-commits mailing list