summaryrefslogtreecommitdiff
path: root/sal/Library_sal.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_sal.mk
parenta3c01095c0bb8c37fd8ddb9ec7f4e2df5085a81a (diff)
Link most libs and executables with gb_STDLIBS as presumably is intended
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r--sal/Library_sal.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 4bf8df18c6f5..93bc64649a88 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -55,8 +55,10 @@ $(eval $(call gb_Library_add_defs,sal,\
$(eval $(call gb_Library_add_linked_libs,sal,\
$(if $(filter $(GUI),UNX), \
- dl \
- pthread \
+ $(if $(filter $(OS),ANDROID),, \
+ dl \
+ pthread \
+ ) \
) \
$(if $(filter $(OS),SOLARIS), \
nsl \