xbps-static: use -Wno-error for gcc7
This commit is contained in:
parent
7e092f24ab
commit
9b5d792ae9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue