]> git.gsnw.org Git - fping.git/commitdiff
fix test
authorDavid Schweikert <david@schweikert.ch>
Fri, 17 Feb 2017 07:47:13 +0000 (08:47 +0100)
committerDavid Schweikert <david@schweikert.ch>
Fri, 17 Feb 2017 07:47:13 +0000 (08:47 +0100)
ci/build-2-install.sh

index bb94f32aac8e6389c164be63936536d5429d94a1..e2a660c660e6ddf09430dad185b51b5e3d6596ea 100755 (executable)
@@ -9,7 +9,7 @@ if [ ! -d ci ]; then
 fi
 
 autoreconf -i
-./configure --enable-ipv4 --enable-ipv6 --prefix=/opt/fping
+./configure --enable-ipv4 --enable-ipv6 --enable-safe-limits --prefix=/opt/fping
 make CFLAGS="-g -O0 -fprofile-arcs -ftest-coverage"
 ## setcap currently doesn't work anymore on travis-ci
 #sudo setcap cap_net_raw+ep src/fping