From 502e1963ee3eb005b9326ac132325c33b02829c0 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 15 Nov 2020 12:45:55 +0100 Subject: [PATCH] softhsm, revbump, fix build for ssl >= 1.1 (#5410) --- dev-libs/softhsm/softhsm2-2.5.0.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }