build: default to complain mode.

This commit is contained in:
Alexandre Pujol 2022-09-13 18:14:58 +01:00
parent 5f49ffeb94
commit 0177b68308
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 12 additions and 14 deletions

View file

@ -20,7 +20,7 @@ prepare() {
git clone "$startdir" "$srcdir/$pkgname"
cd "$srcdir/$pkgname"
./configure
./configure --complain
}
build() {