Timo Teräs c8f276e61b testing/efitools: fix signature calculation
Remove the -fsigned-wchar hack which does not work in musl. Instead
convert to honest uint16_t. This fixes setting Custom PK in Setup Mode.
2019-08-30 17:51:02 +03:00

37 lines
1.4 KiB
Plaintext

# Contributor: Tero Hilpinen <tero.hilpinen@symbio.com>
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=efitools
pkgver=1.9.2
pkgrel=1
pkgdesc="EFI tools"
url="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git"
arch="x86_64"
license="GPL-2.0-only and LGPL-2.1-or-later"
makedepends="gnu-efi-dev openssl-dev perl-file-slurp help2man sbsigntool"
subpackages="$pkgname-doc"
source="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snapshot/efitools-$pkgver.tar.gz
001-datatypes.patch
002-fix-parallel-make.patch
003-fix-wchar_t.patch
"
prepare() {
default_prepare
sed -i "s/-O2/${CFLAGS} -Wno-pointer-sign -O2/" Make.rules
}
build() {
export ARCH="$CARCH"
make
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="77e0ad7e865814ed388ff6daabe0f4b49ba51672bf2cbb98b7905e209cbd28f9ede2f73213ce45af8a978c1e67dba24ec88a1188661317cc22317b47e575cde8 efitools-1.9.2.tar.gz
cd72161a99b26472909a8da834c08a1f88b54d35291a6646562b03a6616fa5fb61e49d4fb3c780861689d23823c101709890dd245dd8aa9f51dca40ac1b2d369 001-datatypes.patch
7afe87e9b44ed3e10200770d3079e4e14b6d39c54c05538031e93d021631427fed47781b016b46f58b8fe6d21f1f3c78667b2b502aa20b99516aa980303aa2ad 002-fix-parallel-make.patch
bd31e51c6d80ab3fdfe0e7abea1cd6f982d63a96a345c0e75f438f6a219bf64b1510f0dabdcc49d24cc788c06ff4ccfbccde0c1aead9c00b65eaf2977e87e742 003-fix-wchar_t.patch"