diff --git a/dev-libs/softhsm/softhsm2-2.5.0.recipe b/dev-libs/softhsm/softhsm2-2.5.0.recipe index cd881827c..bbbb1ca56 100644 --- a/dev-libs/softhsm/softhsm2-2.5.0.recipe +++ b/dev-libs/softhsm/softhsm2-2.5.0.recipe @@ -7,7 +7,7 @@ HOMEPAGE="https://www.opendnssec.org/softhsm/" COPYRIGHT="2010 .SE, The Internet Infrastructure Foundation 2010 SURFnet bv" LICENSE="BSD (2-clause)" -REVISION="2" +REVISION="3" SOURCE_URI="https://dist.opendnssec.org/source/softhsm-$portVersion.tar.gz" CHECKSUM_SHA256="92aa56cf45e25892326e98b851c44de9cac8559e208720e579bf8e2cd1c132b2" SOURCE_DIR="softhsm-$portVersion" @@ -88,7 +88,9 @@ PATCH() BUILD() { - runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir" + runConfigure --omit-dirs binDir ./configure \ + --bindir="$commandBinDir" \ + --disable-gost make $jobArgs }