summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-05-06 17:49:18 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-05-06 17:49:18 +0300
commitb953dab59df675c0ad82a6bf5f0f7df5e979f50d (patch)
tree8900addb1665d771cedcf79562d19d243b1658ea /makeself
parent63c96aa96f96f3aea10bdcd2ecd92c889f26b3af (diff)
updated to fping 4.0
Diffstat (limited to 'makeself')
-rwxr-xr-xmakeself/jobs/50-fping-4.0.install.sh (renamed from makeself/jobs/50-fping-3.16.install.sh)4
1 files changed, 1 insertions, 3 deletions
diff --git a/makeself/jobs/50-fping-3.16.install.sh b/makeself/jobs/50-fping-4.0.install.sh
index 40d8e425b1..d2b7502660 100755
--- a/makeself/jobs/50-fping-3.16.install.sh
+++ b/makeself/jobs/50-fping-4.0.install.sh
@@ -2,12 +2,10 @@
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
-fetch "fping-3.16" "https://github.com/schweikert/fping/archive/3.16.tar.gz"
+fetch "fping-4.0" "https://github.com/schweikert/fping/releases/download/v4.0/fping-4.0.tar.gz"
export CFLAGS="-static"
-run ./autogen.sh
-
run ./configure \
--prefix=${NETDATA_INSTALL_PATH} \
--enable-ipv4 \