mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
mokutil: rebuild for libxcrypt
This commit is contained in:
parent
00acd19fdf
commit
f6f3303b00
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue