libraries/libmaa: Disable some warnings-as-errors.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Leszek Prochniak 2021-09-16 17:55:56 +02:00 committed by Matteo Bernardini
parent d5d445e2f4
commit edde3e84fb
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -Wno-error=format-truncation" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \