summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/softhsm/softhsm-2.2.0-r3.ebuild (renamed from dev-libs/softhsm/softhsm-2.2.0-r2.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
index c5bccd7825a9..c0e2a04a0ee7 100644
--- a/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild
+++ b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
@@ -41,10 +41,11 @@ src_prepare() {
src_configure() {
econf \
--disable-static \
+ --localstatedir="${EROOT}var" \
--with-crypto-backend=openssl \
--disable-p11-kit \
$(use_enable !bindist ecc) \
- $(use_enable !libressl ghost) \
+ $(use_enable !libressl gost) \
$(use_with migration-tool migrate)
}