diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-22 09:56:59 +0200 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-22 09:57:08 +0200 |
| commit | f735580871e2f3203fbc3acc12e330ae4a09bbe8 (patch) | |
| tree | 929be1b98e3bd28a22f147883b356caef49bf960 /testing/libewf | |
| parent | 623a8e0ecf210686179171915777ac0e0c5308b1 (diff) | |
| download | aports-f735580871e2f3203fbc3acc12e330ae4a09bbe8.tar.bz2 aports-f735580871e2f3203fbc3acc12e330ae4a09bbe8.tar.xz | |
testing/libewf: fix build on gcc6
Diffstat (limited to 'testing/libewf')
| -rw-r--r-- | testing/libewf/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
