summaryrefslogtreecommitdiff
path: root/package/librsvg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-24 16:02:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-24 16:09:51 +0100
commit47cc7ad43be2d3a61f9b1dfc677efc1ac07f98b9 (patch)
tree127a25500d5e0a43205b396545baedd16b3fe025 /package/librsvg
parentfe860dac05e64440c14a5e42cfe050fcf7fc9f54 (diff)
librsvg: fix host dependencies
Diffstat (limited to 'package/librsvg')
-rw-r--r--package/librsvg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/librsvg/Makefile b/package/librsvg/Makefile
index 342a1760f..e78a1e541 100644
--- a/package/librsvg/Makefile
+++ b/package/librsvg/Makefile
@@ -22,7 +22,7 @@ $(eval $(call HOST_template,LIBRSVG,librsvg,$(PKG_VERSION)-${PKG_RELEASE}))
$(eval $(call PKG_template,LIBRSVG,librsvg,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
HOST_STYLE:= auto
-HOST_LDFLAGS+= -lffi -lgmodule-2.0
+HOST_LDFLAGS+= -lffi -lgmodule-2.0 -lz -ldl -lresolv
HOST_CONFIGURE_ARGS+= --enable-introspection=no
CONFIGURE_ARGS+= --enable-introspection=no