mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
pkcs11_helper, bump version, fixes openssl3 issue (#11095)
This commit is contained in:
@@ -14,9 +14,9 @@ existing objects in order to perform signature and decryption operations."
|
||||
HOMEPAGE="https://github.com/OpenSC/pkcs11-helper"
|
||||
COPYRIGHT="2005-2018 Alon Bar-Lev"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-$portVersion/pkcs11-helper-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="10dd8a1dbcf41ece051fdc3e9642b8c8111fe2c524cb966c0870ef3413c75a77"
|
||||
CHECKSUM_SHA256="4c5815ba910cabf26df08d449ca2909daf4538c9899aa7f7fadc61229d3488a9"
|
||||
SOURCE_DIR="pkcs11-helper-$portVersion"
|
||||
|
||||
ARCHITECTURES="all ?x86_gcc2"
|
||||
@@ -40,12 +40,12 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix >= 3
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix >= 3
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
@@ -60,6 +60,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export CFLAGS="-Wno-deprecated-declarations"
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
Reference in New Issue
Block a user