diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-09-21 15:18:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-09-21 16:04:55 +0200 |
commit | 7c9150af57dfeecf4a0828d20238adc1ecaf18e3 (patch) | |
tree | 372e0e5baf532ec3a36a6af4e238500aa11e8c68 /sw | |
parent | 22a53c2bb8c72610e96b50a71dd19c755ff17498 (diff) |
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
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_mailmerge.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_mailmerge.mk b/sw/CppunitTest_sw_mailmerge.mk index 701bb934715d..aa037fc4b805 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 \ |