From 3cb08b481124b19065ad9bee0c2e70b271e856a0 Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Thu, 26 Jun 2014 11:42:57 +0000
Subject: [PATCH] iputils: fix compile when using eglibc

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

SVN-Revision: 41342
---
 package/network/utils/iputils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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