libcacard/libcacard-2.8.0-32bit.patch

27 lines
846 B
Diff
Raw Normal View History

2021-01-29 16:06:32 +08:00
From 3c29cd10b211e81e79f38f4c0a9d42070a382789 Mon Sep 17 00:00:00 2001
From: Jakub Jelen <jjelen@redhat.com>
Date: Tue, 6 Oct 2020 17:36:28 +0200
Subject: [PATCH] test: Add 32b paths for softhsm
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reference:https://gitlab.freedesktop.org/spice/libcacard/-/commit/3c29cd10b211e81e79f38f4c0a9d42070a382789
---
tests/setup-softhsm2.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/setup-softhsm2.sh b/tests/setup-softhsm2.sh
index 7523990..5341cd3 100755
--- a/tests/setup-softhsm2.sh
+++ b/tests/setup-softhsm2.sh
@@ -8,6 +8,7 @@ PIN="77777777"
export GNUTLS_PIN=$PIN
for P11LIB in \
+ /usr/lib/pkcs11/libsofthsm2.so \
/usr/lib64/pkcs11/libsofthsm2.so \
/usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so \
/usr/lib/softhsm/libsofthsm2.so \
--
GitLab