mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/sbsigntool: enable on loongarch64
This commit is contained in:
parent
78218c30ff
commit
02c37fccd1
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ pkgrel=2
|
||||||
_ccancommit=b1f28e17227f2320d07fe052a8a48942fe17caa5
|
_ccancommit=b1f28e17227f2320d07fe052a8a48942fe17caa5
|
||||||
pkgdesc="Secure Boot signing tools"
|
pkgdesc="Secure Boot signing tools"
|
||||||
url="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/"
|
url="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/"
|
||||||
arch="all !armhf !s390x !ppc64le !loongarch64" # limited by gnu-efi
|
arch="all !armhf !s390x !ppc64le" # limited by gnu-efi
|
||||||
license="GPL-3.0-or-later WITH cryptsetup-OpenSSL-exception"
|
license="GPL-3.0-or-later WITH cryptsetup-OpenSSL-exception"
|
||||||
makedepends="autoconf automake bash binutils-dev gnu-efi-dev help2man openssl-dev>3 util-linux-dev"
|
makedepends="autoconf automake bash binutils-dev gnu-efi-dev help2man openssl-dev>3 util-linux-dev"
|
||||||
options="!check" # testsuite is not functional
|
options="!check" # testsuite is not functional
|
||||||
|
@ -21,7 +21,7 @@ builddir="$srcdir/sbsigntools-$pkgver"
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
rm -rf "$builddir"/lib/ccan.git "$builddir"/lib/ccan
|
rm -rf "$builddir"/lib/ccan.git "$builddir"/lib/ccan
|
||||||
ln -s ../../ccan-$(echo $_ccancommit | cut -b -7) "$builddir"/lib/ccan.git
|
ln -s ../../ccan-"$(echo $_ccancommit | cut -b -7)" "$builddir"/lib/ccan.git
|
||||||
|
|
||||||
# fix ccan for musl and to work outside git checkout
|
# fix ccan for musl and to work outside git checkout
|
||||||
sed -i -e 's,sys/unistd.h,unistd.h,g' "$builddir"/lib/ccan.git/ccan/opt/usage.c
|
sed -i -e 's,sys/unistd.h,unistd.h,g' "$builddir"/lib/ccan.git/ccan/opt/usage.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue