aboutsummaryrefslogtreecommitdiffstats
path: root/main/gummiboot/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-20 09:30:51 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-20 09:30:51 +0100
commit61322a5e1613bf68c52cbd1511b96794651cde7a (patch)
treedf7284510f8e4420fb3bf63a0c6eb06bd7260fbd /main/gummiboot/APKBUILD
parent25f67c3d3d9011c8842d617c5b42951fce7a0587 (diff)
main/gummiboot: fix build with newer musl
Diffstat (limited to 'main/gummiboot/APKBUILD')
-rw-r--r--main/gummiboot/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/gummiboot/APKBUILD b/main/gummiboot/APKBUILD
index 8cbb8b8ab58..bebecb50928 100644
--- a/main/gummiboot/APKBUILD
+++ b/main/gummiboot/APKBUILD
@@ -14,6 +14,7 @@ subpackages="$pkgname-doc"
#source="https://cgit.freedesktop.org/gummiboot/snapshot/gummiboot-$pkgver.tar.gz"
source="https://dev.alpinelinux.org/archive/gummiboot/gummiboot-$pkgver.tar.gz
gummiboot-aarch64-support.patch
+ sysmacros.patch
"
builddir="$srcdir"/gummiboot-$pkgver
@@ -39,9 +40,6 @@ package() {
make install DESTDIR="$pkgdir" || return 1
}
-md5sums="0cc22c57505e243eb8115abe82d174a4 gummiboot-48.1.tar.gz
-a2a839382a217fbb7806bd0ee2be9a0f gummiboot-aarch64-support.patch"
-sha256sums="2b649a6eb22007cd34bb355ba4ca6c1a8058e115c13048985f09a0f11f3d5295 gummiboot-48.1.tar.gz
-d2d8bb1f2b0572fca61c2fc881acfbdf370abc3dd330f5018a959a3253d7ead2 gummiboot-aarch64-support.patch"
sha512sums="a536db10ee384fa2cd38d22bd43f87215501c38471612a1d30986748d645d970e67b3f3d38fc9d6b53fe8532ec18283690f88d77b056dd737db5efb50bf63293 gummiboot-48.1.tar.gz
-6acc971c59b917616d75f5935859d109efff14c55b8fb26075ee89b6e4141f1c91708c1fc77f0acb2239d9030f4b350eaf1dac59ebb37e7a9ae5682eb52687cf gummiboot-aarch64-support.patch"
+6acc971c59b917616d75f5935859d109efff14c55b8fb26075ee89b6e4141f1c91708c1fc77f0acb2239d9030f4b350eaf1dac59ebb37e7a9ae5682eb52687cf gummiboot-aarch64-support.patch
+b16d5f68429acfd7ff7942ef6091455035645cb592b9f4b1424daff3245c584bf61c30a7d5eb236530c46226d67ba48f6496f6ae00de6c94a7c5e37f5bdc4831 sysmacros.patch"