aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gummiboot
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-05 13:35:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-05 15:47:13 +0200
commit5ce8d2a99ee9559a0e6d265e2690940767aeef85 (patch)
tree14030a5c1231fc7dceaf1b9176160f3795737d9b /testing/gummiboot
parent4ebee3534791a84ec23422f110dc7d1334273f70 (diff)
downloadaports-5ce8d2a99ee9559a0e6d265e2690940767aeef85.tar.bz2
aports-5ce8d2a99ee9559a0e6d265e2690940767aeef85.tar.xz
testing/gummiboot: disable on arm and fix build with gcc 5
Diffstat (limited to 'testing/gummiboot')
-rw-r--r--testing/gummiboot/APKBUILD4
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() {