From 965f379b6ed2884f60b7fd6c0aae107fa5fceea7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 29 Aug 2016 22:53:24 +0200 Subject: Break test::setUpVcl into a test-setupvcl library of its own ...so it can be gb_CppunitTest_use_library_objects-included in upcoming "tdf#99402: fix Metafile Font handling". Executable_pdf2xml.mk linked against test since b0da8f00a0d41f2b17639fcee4ed4956421e55c5 "Make pdf2xml usable at least from within buildenv again", but that seems unnecessary and would now cause problems when linking the pdf2xml executable on Linux, as the linker for whatever reason wouldn't find the libtest-setupvcl.so referenced from libtest.so, even though the latter has a proper DT_RPATH. Change-Id: Iba5d80266520ce1f5dafedffa520d18e853f7ec5 Reviewed-on: https://gerrit.libreoffice.org/28473 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- sdext/Executable_pdf2xml.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sdext/Executable_pdf2xml.mk') diff --git a/sdext/Executable_pdf2xml.mk b/sdext/Executable_pdf2xml.mk index 6dcb26f9fc2a..373f40da36fd 100644 --- a/sdext/Executable_pdf2xml.mk +++ b/sdext/Executable_pdf2xml.mk @@ -28,7 +28,6 @@ $(eval $(call gb_Executable_use_libraries,pdf2xml,\ comphelper \ cppu \ unotest \ - test \ cppuhelper \ sal \ )) -- cgit