From f735580871e2f3203fbc3acc12e330ae4a09bbe8 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 22 Aug 2016 09:56:59 +0200 Subject: testing/libewf: fix build on gcc6 --- testing/libewf/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing/libewf') diff --git a/testing/libewf/APKBUILD b/testing/libewf/APKBUILD index f07bbe2776..ac0bd9344f 100644 --- a/testing/libewf/APKBUILD +++ b/testing/libewf/APKBUILD @@ -27,6 +27,8 @@ prepare() { build() { cd "$_builddir" + # fix build on gcc6 + export CFLAGS="$CFLAGS -std=gnu89" ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ -- cgit v1.2.3