We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa046f commit d8706e1Copy full SHA for d8706e1
build/bind/build.sh
@@ -28,12 +28,15 @@
28
. ../../lib/functions.sh
29
30
PROG=bind
31
-VER=9.10.5-P3
+VER=9.10.6
32
VERHUMAN=$VER
33
PKG=network/dns/bind
34
SUMMARY="BIND DNS tools"
35
DESC="$SUMMARY ($VER)"
36
37
+# skip tests when in batch mode
38
+[ -n "$BATCH" ] && SKIP_TESTSUITE=1
39
+
40
DEPENDS_IPS="library/libxml2 library/security/openssl library/zlib
41
system/library system/library/gcc-5-runtime system/library/math"
42
@@ -62,6 +65,7 @@ download_source $PROG $PROG $VER
62
65
patch_source
63
66
prep_build
64
67
build
68
+run_testsuite test-force
69
make_isa_stub
70
VER=${VER//-P/.}
71
VER=${VER//-W/.}
0 commit comments