[PATCH] fix ld toolchain problem defaulting to --as-needed option on ubuntu 11.10

David Ostrovsky David.Ostrovsky at gmx.de
Sun Apr 22 13:36:53 PDT 2012


---
 smoketest/CppunitTest_smoketest.mk |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk
index cbfc3d3..ce5625f 100644
--- a/smoketest/CppunitTest_smoketest.mk
+++ b/smoketest/CppunitTest_smoketest.mk
@@ -29,12 +29,14 @@ $(eval $(call gb_CppunitTest_CppunitTest,smoketest))
 
 $(eval $(call gb_CppunitTest_abort_on_assertion,smoketest))
 
-$(eval $(call gb_CppunitTest_use_api,smoketest,\
-	offapi \
-	udkapi \
-))
-
 $(eval $(call gb_CppunitTest_use_libraries,smoketest,\
+	cppu \
+	cppuhelper \
+	sal \
+	unotest \
+ ))
+
+$(eval $(call gb_CppunitTest_use_library_objects,smoketest,\
 	smoketest \
 ))
 
-- 
1.7.5.4


--------------080707080909030103030300--


More information about the LibreOffice mailing list