mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/refind: build only for x86_64
x86: install: can't stat 'refind/refind_x64.efi': No such file or directory aarch64: make[1]: /usr/bin/aarch64-linux-gnu-gcc: Command not found
This commit is contained in:
parent
105aa1551d
commit
577effd994
@ -4,14 +4,13 @@ pkgver=0.11.4
|
||||
pkgrel=0
|
||||
pkgdesc="rEFInd EFI Boot Manager"
|
||||
url="http://www.rodsbooks.com/refind"
|
||||
arch="aarch64 x86 x86_64"
|
||||
arch="x86_64"
|
||||
options="!check" # No test suite.
|
||||
license="GPL-3.0"
|
||||
depends=""
|
||||
makedepends="gnu-efi-dev bash"
|
||||
source="https://sourceforge.net/projects/refind/files/${pkgver}/${pkgname}-src-${pkgver}.tar.gz
|
||||
10-refind-disable-fortify.patch"
|
||||
|
||||
builddir="$srcdir/${pkgname}-${pkgver}"
|
||||
|
||||
build() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user