aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iputils
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-26 11:42:57 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-26 11:42:57 +0000
commitf2d7587246b02d901ff03c0b9bc4f4f51badf7ae (patch)
treecb736870825e338ab9e4b73e1b59549a19147d2e /package/network/utils/iputils
parentd47a2a692b7f4b8f8a06edf9dff1ab6d3ccdcbe2 (diff)
downloadmaster-187ad058-f2d7587246b02d901ff03c0b9bc4f4f51badf7ae.tar.gz
master-187ad058-f2d7587246b02d901ff03c0b9bc4f4f51badf7ae.tar.bz2
master-187ad058-f2d7587246b02d901ff03c0b9bc4f4f51badf7ae.zip
iputils: fix compile when using eglibc
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41342 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iputils')
-rw-r--r--package/network/utils/iputils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iputils/Makefile b/package/network/utils/iputils/Makefile
index 6c77e16bd3..eeb6deb900 100644
--- a/package/network/utils/iputils/Makefile
+++ b/package/network/utils/iputils/Makefile
@@ -67,7 +67,7 @@ endef
define Package/iputils-ping6
$(call Package/iputils/Default)
TITLE:=iputils - ping6
- DEPENDS+= @IPV6
+ DEPENDS+= @IPV6 +USE_EGLIBC:libopenssl
endef
define Package/iputils-ping6/description