From: blogic Date: Thu, 26 Jun 2014 11:42:57 +0000 (+0000) Subject: iputils: fix compile when using eglibc X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=4ca0722e2556e23f56ac70705c986f4bbbb3bd65;p=openwrt.git iputils: fix compile when using eglibc Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41342 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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