Kaydet (Commit) 7c9150af authored tarafından Michael Stahl's avatar Michael Stahl

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
üst 22a53c2b
...@@ -54,6 +54,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_mailmerge, \ ...@@ -54,6 +54,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_mailmerge, \
package/util/package2 \ package/util/package2 \
sax/source/expatwrap/expwrap \ sax/source/expatwrap/expwrap \
sc/util/sc \ sc/util/sc \
sc/util/scfilt \
sfx2/util/sfx \ sfx2/util/sfx \
sot/util/sot \ sot/util/sot \
svl/source/fsstor/fsstorage \ svl/source/fsstor/fsstorage \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment