mdbtools: Disable silent rules when configuring (#6295)

This commit is contained in:
Evan Miller 2021-08-24 16:22:20 -04:00 committed by GitHub
parent 28bb6a3bd1
commit ae42b1fd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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