mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
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:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user