summaryrefslogtreecommitdiff
path: root/neon
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 /neon
parentc9a74445152980bc5d3976b885b1302df5266b6b (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
Diffstat (limited to 'neon')
-rw-r--r--neon/Library_neon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/neon/Library_neon.mk b/neon/Library_neon.mk
index dc4c4345bb1f..17ac265b0aed 100644
--- a/neon/Library_neon.mk
+++ b/neon/Library_neon.mk
@@ -69,8 +69,8 @@ $(eval $(call gb_Library_add_generated_cobjects,neon,\
endif
ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_use_libraries,neon,\
- dl \
+$(eval $(call gb_Library_add_libs,neon,\
+ -ldl \
))
endif