From ba7d9c677a865ed3355d5c85673cafe4d4b30915 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 9 Jan 2012 10:41:12 +0200 Subject: Should use gb_Library_add_libs and not gb_Library_add_linked_libs for system libs, says dtardon, and I trust him. Note that this crap still doesn't work any more for Android, though. Some problems with the gnustl_shared library. I have no idea where it needs to be mentioned for the bloody gbuild mechanism to understand what kind of library that is. --- sal/Library_lo-bootstrap.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sal/Library_lo-bootstrap.mk') diff --git a/sal/Library_lo-bootstrap.mk b/sal/Library_lo-bootstrap.mk index a59ad5b76abd..995f2077c562 100644 --- a/sal/Library_lo-bootstrap.mk +++ b/sal/Library_lo-bootstrap.mk @@ -28,9 +28,9 @@ $(eval $(call gb_Library_Library,lo-bootstrap)) # We explicitly *don't* want gb_STDLIBS to be linked here -$(eval $(call gb_Library_add_linked_libs,lo-bootstrap,\ - log \ - android \ +$(eval $(call gb_Library_add_libs,lo-bootstrap,\ + -llog \ + -landroid \ )) $(eval $(call gb_Library_add_cobjects,lo-bootstrap,\ -- cgit