mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 18:19:02 +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
|
define Package/iputils-ping6
|
||||||
$(call Package/iputils/Default)
|
$(call Package/iputils/Default)
|
||||||
TITLE:=iputils - ping6
|
TITLE:=iputils - ping6
|
||||||
DEPENDS+= @IPV6
|
DEPENDS+= @IPV6 +USE_EGLIBC:libopenssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/iputils-ping6/description
|
define Package/iputils-ping6/description
|
||||||
|
Loading…
Reference in New Issue
Block a user