xbps-static: use -Wno-error for gcc7

This commit is contained in:
Jürgen Buchmüller 2018-02-26 11:16:32 +01:00
parent 7e092f24ab
commit 9b5d792ae9

View file

@ -19,6 +19,8 @@ depends="xbps-triggers"
only_for_archs="i686-musl x86_64-musl mips-musl mipshf-musl mipsel-musl mipselhf-musl armv6l-musl armv7l-musl aarch64-musl"
CFLAGS="-Wno-error"
do_configure() {
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug --verbose
}