summaryrefslogtreecommitdiffstats
path: root/shell
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 /shell
parentgbuild: gb_Library_PLAINLIBS_NONE cleanup for android (diff)
downloadcore-578e195cf3120508422a317cc7fac870ae0a3a7f.tar.gz
core-578e195cf3120508422a317cc7fac870ae0a3a7f.zip
gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
Diffstat (limited to 'shell')
-rw-r--r--shell/Executable_gnome_open_url.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Executable_gnome_open_url.mk b/shell/Executable_gnome_open_url.mk
index 68bf0a186f1d..0353ffa82344 100644
--- a/shell/Executable_gnome_open_url.mk
+++ b/shell/Executable_gnome_open_url.mk
@@ -28,8 +28,8 @@
$(eval $(call gb_Executable_Executable,gnome-open-url.bin))
ifeq ($(filter DRAGONFLY FREEBSD NETBSD OPENBSD MACOSX,$(OS)),)
-$(eval $(call gb_Executable_use_libraries,gnome-open-url.bin,\
- dl \
+$(eval $(call gb_Executable_add_libs,gnome-open-url.bin,\
+ -ldl \
))
endif