New comment by kruceter on void-packages repository https://github.com/void-linux/void-packages/pull/42017#issuecomment-1412593480 Comment: Upstream ships tarball with pregenerated auto*hell files. How about it? ```diff diff --git a/srcpkgs/pkcs11-helper/template b/srcpkgs/pkcs11-helper/template index 8b2f5eb3ac..ac8ebe5138 100644 --- a/srcpkgs/pkcs11-helper/template +++ b/srcpkgs/pkcs11-helper/template @@ -4,22 +4,19 @@ version=1.29.0 revision=1 build_style=gnu-configure configure_args="--enable-doc --disable-static $(vopt_enable threading slotevent) $(vopt_enable threading)" -hostmakedepends="automake libtool pkg-config doxygen" +hostmakedepends="libtool pkg-config doxygen" makedepends="openssl-devel" short_desc="Library to help simplify interacting with PKCS#11 providers" maintainer="Aloz1 " license="GPL-2.0-only, BSD-3-Clause" homepage="https://github.com/OpenSC/pkcs11-helper" -distfiles="https://github.com/OpenSC/${pkgname}/archive/${pkgname}-${version}.tar.gz" -checksum=f87c4ce596ccf6211c0de34923e2977c8892bd773ace75d1261a1908979fc9e8 +changelog="https://raw.githubusercontent.com/OpenSC/pkcs11-helper/master/ChangeLog" +distfiles="https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${version}/pkcs11-helper-${version}.tar.bz2" +checksum=996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6 build_options="threading" build_options_default="threading" desc_option_threading="Enable threading and slotevent support" -pre_configure() { - autoreconf -fi -} - post_install() { vlicense COPYING vlicense COPYING.GPL ```