mirror of https://github.com/google/oss-fuzz.git
mdbtools: Disable silent rules when configuring (#6295)
This commit is contained in:
parent
28bb6a3bd1
commit
ae42b1fd00
|
@ -17,7 +17,7 @@
|
|||
################################################################################
|
||||
|
||||
autoreconf -f -i
|
||||
./configure --enable-static --disable-man --disable-glib
|
||||
./configure --enable-static --disable-man --disable-glib --disable-silent-rules
|
||||
make clean
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in New Issue