diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-09 10:41:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-09 10:44:11 +0200 |
commit | ba7d9c677a865ed3355d5c85673cafe4d4b30915 (patch) | |
tree | 5f5350594d6f43ee0e34cdc9a4a660907ee83b1d /sal | |
parent | b2b5357097a8a61fe80fb4f57ade0965099f61a6 (diff) |
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.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Library_lo-bootstrap.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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,\ |