Browse Source

iputils: fix compile when using eglibc

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 41342
John Crispin 11 years ago
parent
commit
3cb08b4811
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/utils/iputils/Makefile

+ 1 - 1
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