From 75c0ce591ce3d89e48e7a3def6d840e4fc6901ca Mon Sep 17 00:00:00 2001 From: xuce Date: Fri, 7 Feb 2025 17:37:51 +0800 Subject: [PATCH] Rebuild the configure file. --- softhsm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/softhsm.spec b/softhsm.spec index 3d86772..6b7201d 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -1,6 +1,6 @@ Name: softhsm Version: 2.6.1 -Release: 4 +Release: 5 Summary: Software version of a PKCS#11 Hardware Security Module License: BSD URL: http://www.opendnssec.org/ @@ -36,6 +36,7 @@ sed -i 's:^full_libdir=":#full_libdir=":g' configure.ac sed -i "s:libdir)/@PACKAGE@:libdir):" Makefile.in %build +autoreconf -fi %configure --libdir=%{_libdir}/pkcs11 --with-openssl=%{_prefix} --enable-ecc --disable-gost \ --with-migrate --enable-visibility --with-p11-kit=%{_datadir}/p11-kit/modules/ @@ -97,6 +98,9 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog +* Fri Feb 7 2025 xuce - 2.6.1-5 +- Rebuild the configure file. + * Thu Feb 2 2023 zhengxiaoxiao - 2.6.1-4 - Disable the make check to temporarily avoid the build failure issue -- Gitee