mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/libiscsi: disable -Werror
fixes build on armv7
This commit is contained in:
parent
1d38ad7b96
commit
bbd36c8bd0
@ -20,7 +20,8 @@ build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr
|
||||
--prefix=/usr \
|
||||
--disable-werror
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user