mokutil: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:04:19 -07:00 committed by classabbyamp
parent 00acd19fdf
commit f6f3303b00

View file

@ -1,7 +1,7 @@
# Template file for 'mokutil'
pkgname=mokutil
version=0.6.0
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config"
makedepends="keyutils-devel libefivar-devel openssl-devel"
@ -12,6 +12,10 @@ homepage="https://github.com/lcp/mokutil"
distfiles="https://github.com/lcp/mokutil/archive/refs/tags/${version}.tar.gz"
checksum=6cc4be216ac083ee19dc986e8a510e1d74f6f4080baa4b5fdc7c503eb483f569
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
pre_configure() {
autoreconf -fi
}