From bbd36c8bd08ca860c38f2629d4ea8dde9465d6f6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 22 Oct 2019 14:36:14 +0000 Subject: testing/libiscsi: disable -Werror fixes build on armv7 --- testing/libiscsi/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/libiscsi/APKBUILD b/testing/libiscsi/APKBUILD index f9380490968..8707449d41b 100644 --- a/testing/libiscsi/APKBUILD +++ b/testing/libiscsi/APKBUILD @@ -20,7 +20,8 @@ build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ - --prefix=/usr + --prefix=/usr \ + --disable-werror make } -- cgit v1.2.3