iputils: fix compile when using eglibc
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41342
This commit is contained in:
parent
cb3d5242ca
commit
3cb08b4811
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue