summaryrefslogtreecommitdiffstats
path: root/package/net-tools
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-31 09:22:23 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-31 10:28:49 +0100
commit9301e192019849f7f2fb91ab0baf2a89a533aa38 (patch)
tree0d1b2f1b0a60ffea4914f19e066f3eece5442c30 /package/net-tools
parente6bc4b6e1275d9eb57cc15cc4e9e4b15e7210993 (diff)
downloadbuildroot-9301e192019849f7f2fb91ab0baf2a89a533aa38.tar.gz
buildroot-9301e192019849f7f2fb91ab0baf2a89a533aa38.zip
package/net-tools: bump version to fix musl build
git head includes this commit http://sourceforge.net/p/net-tools/code/ci/c35607eae8243851dd80a0181554f3a0e9e50aa8/ Due to the gettext problems the package-specific build errors were not yet found by the autobuilders: slattach.c:85:11: error: ‘B50’ undeclared here (not in a function) { "50", B50 }, { "75", B75 }, (and many more) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/net-tools')
-rw-r--r--package/net-tools/net-tools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/net-tools/net-tools.mk b/package/net-tools/net-tools.mk
index ab0dd7cb26..184c50e965 100644
--- a/package/net-tools/net-tools.mk
+++ b/package/net-tools/net-tools.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NET_TOOLS_VERSION = 3eb367aedf1280f35105ede465c350a39b55fa91
+NET_TOOLS_VERSION = 3f170bff115303e92319791cbd56371e33dcbf6d
NET_TOOLS_SITE = git://git.code.sf.net/p/net-tools/code
NET_TOOLS_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
NET_TOOLS_LDFLAGS = $(TARGET_LDFLAGS) \
OpenPOWER on IntegriCloud