mirror of https://github.com/google/oss-fuzz.git
[knot-dns] replace all --with-module-X=no with one --disable-modules (#1151)
This commit is contained in:
parent
f97983ff29
commit
106bb66541
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue