projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d47a2a6
)
iputils: fix compile when using eglibc
author
John Crispin
<blogic@openwrt.org>
Thu, 26 Jun 2014 11:42:57 +0000
(11:42 +0000)
committer
John Crispin
<blogic@openwrt.org>
Thu, 26 Jun 2014 11:42:57 +0000
(11:42 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41342
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/network/utils/iputils/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iputils/Makefile
b/package/network/utils/iputils/Makefile
index
6c77e16
..
eeb6deb
100644
(file)
--- 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