diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-05 13:35:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-05 15:47:13 +0200 |
commit | 5ce8d2a99ee9559a0e6d265e2690940767aeef85 (patch) | |
tree | 14030a5c1231fc7dceaf1b9176160f3795737d9b | |
parent | 4ebee3534791a84ec23422f110dc7d1334273f70 (diff) | |
download | aports-5ce8d2a99ee9559a0e6d265e2690940767aeef85.tar.bz2 aports-5ce8d2a99ee9559a0e6d265e2690940767aeef85.tar.xz |
testing/gummiboot: disable on arm and fix build with gcc 5
-rw-r--r-- | testing/gummiboot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gummiboot/APKBUILD b/testing/gummiboot/APKBUILD index 3c3996e428..31d8a053e7 100644 --- a/testing/gummiboot/APKBUILD +++ b/testing/gummiboot/APKBUILD @@ -4,7 +4,7 @@ pkgver=42 pkgrel=0 pkgdesc="Simple EFI Boot Manager" url="http://freedesktop.org/wiki/Software/gummiboot" -arch="all" +arch="x86 x86_64" license="LGPLv2+" depends="" depends_dev="util-linux-dev" @@ -35,7 +35,7 @@ build() { --host=$CHOST \ --prefix=/usr \ || return 1 - make + make EFI_CFLAGS="$CFLAGS -std=gnu89" } package() { |