build: default to complain mode.
This commit is contained in:
parent
5f49ffeb94
commit
0177b68308
3 changed files with 12 additions and 14 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -20,7 +20,7 @@ prepare() {
|
|||
git clone "$startdir" "$srcdir/$pkgname"
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
./configure
|
||||
./configure --complain
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue