summaryrefslogtreecommitdiffstats
path: root/sal/Library_lo-bootstrap.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-19 19:30:31 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-20 01:12:23 +0200
commit25e10370feb4d62b953c317169516737fe982a34 (patch)
tree1e63db91da7682cd72a84450d6657e55e823c7b0 /sal/Library_lo-bootstrap.mk
parentAdd gb_STDLIBS and override gb_Library_PLAINLIBS_NONE (diff)
downloadcore-25e10370feb4d62b953c317169516737fe982a34.tar.gz
core-25e10370feb4d62b953c317169516737fe982a34.zip
Link most libs and executables with gb_STDLIBS as presumably is intended
Diffstat (limited to 'sal/Library_lo-bootstrap.mk')
-rw-r--r--sal/Library_lo-bootstrap.mk14
1 files changed, 4 insertions, 10 deletions
diff --git a/sal/Library_lo-bootstrap.mk b/sal/Library_lo-bootstrap.mk
index f334eedb8499..a59ad5b76abd 100644
--- a/sal/Library_lo-bootstrap.mk
+++ b/sal/Library_lo-bootstrap.mk
@@ -25,18 +25,12 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-# Too many warnings from android_native_app_glue.[ch]
-EXTERNAL_WARNINGS_NOT_ERRORS = TRUE
-
$(eval $(call gb_Library_Library,lo-bootstrap))
-# We don't want to link liblo-bootstrap.so against
-# libgnustl_shared.so. The Android dynamic linker won't find it
-# anyway. One very point of liblo-bootstrap is its wrapper for
-# dlopen() that searches also in the app's lib folder for needed
-# shared libraries.
-$(eval $(call gb_Library_add_libs,lo-bootstrap,\
- -llog -landroid \
+# 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_cobjects,lo-bootstrap,\