summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-26 11:42:57 +0000
committerJohn Crispin <john@openwrt.org>2014-06-26 11:42:57 +0000
commit3cb08b481124b19065ad9bee0c2e70b271e856a0 (patch)
treeb8e647a837f50d199784cda00d376e60fddbf31f
parentcb3d5242cafaebf70142230b727bae2a99557549 (diff)
downloadmaster-31e0f0ae-3cb08b481124b19065ad9bee0c2e70b271e856a0.tar.gz
master-31e0f0ae-3cb08b481124b19065ad9bee0c2e70b271e856a0.tar.bz2
master-31e0f0ae-3cb08b481124b19065ad9bee0c2e70b271e856a0.zip
iputils: fix compile when using eglibc
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41342
-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