summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 12:25:50 +0200
committerAndras Timar <atimar@suse.com>2012-10-01 13:54:35 +0200
commit578e195cf3120508422a317cc7fac870ae0a3a7f (patch)
tree85ad4767d77f421a0f3feccec39dcf019a5ddc99 /xmlsecurity
parentc9a74445152980bc5d3976b885b1302df5266b6b (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/Library_xsec_xmlsec.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk
index 41cbfafcaad1..3966e76e4052 100644
--- a/xmlsecurity/Library_xsec_xmlsec.mk
+++ b/xmlsecurity/Library_xsec_xmlsec.mk
@@ -181,8 +181,8 @@ $(eval $(call gb_Library_use_libraries,xsec_xmlsec,\
endif # ifeq ($(SYSTEM_NSS),YES)
ifeq ($(OS),SOLARIS)
-$(eval $(call gb_Library_use_libraries,xsec_xmlsec,\
- dl \
+$(eval $(call gb_Library_add_libs,xsec_xmlsec,\
+ -ldl \
))
endif