softhsm, revbump, fix build for ssl >= 1.1 (#5410)

This commit is contained in:
Schrijvers Luc
2020-11-15 12:45:55 +01:00
committed by GitHub
parent 2cd0a52e9e
commit 502e1963ee

View File

@@ -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
}