diff options
author | John Crispin <john@phrozen.org> | 2017-08-23 16:31:35 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-08-23 16:31:35 +0200 |
commit | 77d3ac8e3ecd7989a7cffb575c4a42bc68190b6c (patch) | |
tree | 1e55037405b5f8b0b15f48d0d0434ae4148832a1 /package/network/utils/iputils/Makefile | |
parent | 9ebb23cf51c78802dc01cdbf37f65440c5325dab (diff) | |
download | mtk-20170518-77d3ac8e3ecd7989a7cffb575c4a42bc68190b6c.zip mtk-20170518-77d3ac8e3ecd7989a7cffb575c4a42bc68190b6c.tar.gz mtk-20170518-77d3ac8e3ecd7989a7cffb575c4a42bc68190b6c.tar.bz2 |
iputils: switch to new upstream
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/network/utils/iputils/Makefile')
-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 b6799e6..536caaa 100644 --- a/package/network/utils/iputils/Makefile +++ b/package/network/utils/iputils/Makefile @@ -68,7 +68,7 @@ endef define Package/iputils-ping6 $(call Package/iputils/Default) TITLE:=iputils - ping6 - DEPENDS+= @IPV6 +USE_GLIBC:libopenssl + DEPENDS+= @IPV6 +libopenssl endef define Package/iputils-ping6/description |