summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 12:25:50 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:08 +0200
commit80374355ab96fa73f2aee8971195faf3cf5985f5 (patch)
treefe4aa72179798af1957c3be8948eff18c6f308e9 /RepositoryExternal.mk
parent3c41244209386e22b34cb8da2267383e0238e0ff (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 2da039709050..2a5585e0b8a7 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -914,9 +914,9 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\
ssl \
)
ifeq ($(OS),SOLARIS)
-$(call gb_LinkTarget_use_libraries,$(1),\
- nsl \
- socket \
+$(call gb_LinkTarget_add_libs,$(1),\
+ -lnsl \
+ -lsocket \
)
endif
endif