mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
softhsm, revbump, fix build for ssl >= 1.1 (#5410)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user