iputils: fix compile when using eglibc

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 41342
This commit is contained in:
John Crispin 2014-06-26 11:42:57 +00:00
parent cb3d5242ca
commit 3cb08b4811

View File

@ -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