[knot-dns] replace all --with-module-X=no with one --disable-modules (#1151)

This commit is contained in:
Daniel Salzman 2018-02-13 20:37:33 +01:00 committed by Kostya Serebryany
parent f97983ff29
commit 106bb66541
1 changed files with 1 additions and 1 deletions

View File

@ -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