mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
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
@ -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 New Issue
Block a user