p11-kit: update to 0.23.15.

This commit is contained in:
maxice8 2019-01-21 10:28:25 -02:00 committed by maxice8
parent 82e8f1c4af
commit c4493d4b9b

View file

@ -1,6 +1,6 @@
# Template file for 'p11-kit'
pkgname=p11-kit
version=0.23.14
version=0.23.15
revision=1
build_style=gnu-configure
configure_args="--with-module-path=/usr/lib/pkcs11 --without-trust-paths"
@ -11,13 +11,9 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/p11-glue/p11-kit"
distfiles="${homepage}/releases/download/${version}/p11-kit-${version}.tar.gz"
checksum=1cb9fa6d237539f25f62f4c3d4ec71a1c8e0772957ec45ec5af92134129e0d70
checksum=f7c139a0c77a1f0012619003e542060ba8f94799a0ef463026db390680e4d798
conf_files="/etc/pkcs11/pkcs11.conf"
case "$XBPS_TARGET_MACHIN" in
*-musl) configure_args+=" ac_cv_issetugid_openbsd=no" ;;
esac
pre_configure() {
NOCONFIGURE=1 autoreconf -fi
}