From: John Crispin Date: Thu, 26 Jun 2014 11:42:57 +0000 (+0000) Subject: iputils: fix compile when using eglibc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3cb08b481124b19065ad9bee0c2e70b271e856a0;p=openwrt%2Fsvn-archive%2Fopenwrt.git iputils: fix compile when using eglibc Signed-off-by: John Crispin SVN-Revision: 41342 --- 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