dev-libs/opensc: fix P11LIB path

Bug: https://bugs.gentoo.org/909781
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-03-15 04:07:47 +00:00
parent 66406184c8
commit a77b4c417e
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ src_configure() {
}
src_test() {
P11LIB="/usr/$(get_libdir)/softhsm/libsofthsm2.so" default
P11LIB="${ESYSROOT}/usr/$(get_libdir)/softhsm/libsofthsm2.so" default
}
src_install() {

View File

@@ -74,7 +74,7 @@ src_configure() {
}
src_test() {
P11LIB="/usr/$(get_libdir)/softhsm/libsofthsm2.so" default
P11LIB="${ESYSROOT}/usr/$(get_libdir)/softhsm/libsofthsm2.so" default
}
src_install() {