testing/libiscsi: disable -Werror

fixes build on armv7
This commit is contained in:
Natanael Copa 2019-10-22 14:36:14 +00:00
parent 1d38ad7b96
commit bbd36c8bd0

View File

@ -20,7 +20,8 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr
--prefix=/usr \
--disable-werror
make
}