diff options
author | John Crispin <john@openwrt.org> | 2014-06-26 11:42:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-26 11:42:57 +0000 |
commit | 3cb08b481124b19065ad9bee0c2e70b271e856a0 (patch) | |
tree | b8e647a837f50d199784cda00d376e60fddbf31f /package | |
parent | cb3d5242cafaebf70142230b727bae2a99557549 (diff) | |
download | upstream-3cb08b481124b19065ad9bee0c2e70b271e856a0.tar.gz upstream-3cb08b481124b19065ad9bee0c2e70b271e856a0.tar.bz2 upstream-3cb08b481124b19065ad9bee0c2e70b271e856a0.zip |
iputils: fix compile when using eglibc
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41342
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/iputils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |