From 106bb66541e9156fcfd0b1b3cf19e7db57ddbe37 Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Tue, 13 Feb 2018 20:37:33 +0100 Subject: [PATCH] [knot-dns] replace all --with-module-X=no with one --disable-modules (#1151) --- projects/knot-dns/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/knot-dns/build.sh b/projects/knot-dns/build.sh index 3edc81a1d..129d8429b 100755 --- a/projects/knot-dns/build.sh +++ b/projects/knot-dns/build.sh @@ -62,7 +62,7 @@ make install cd $SRC/knot-dns autoreconf -if -./configure --with-oss-fuzz=yes --disable-shared --enable-static --disable-daemon --disable-utilities --disable-documentation --disable-fastparser --with-module-dnsproxy=no --with-module-noudp=no --with-module-onlinesign=no --with-module-rrl=no --with-module-stats=no --with-module-synthrecord=no --with-module-whoami=no +./configure --with-oss-fuzz=yes --disable-shared --enable-static --disable-daemon --disable-utilities --disable-documentation --disable-fastparser --disable-modules make -j$(nproc) cd $SRC/knot-dns/tests-fuzz