From 64d9e19a8899c2a9d8e748c6fa3746bb16e025f5 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 11 Feb 2017 00:27:10 +0200 Subject: [PATCH] dev-libs/softhsm: fix local state directory Package-Manager: portage-2.3.3 --- .../{softhsm-2.2.0-r2.ebuild => softhsm-2.2.0-r3.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename dev-libs/softhsm/{softhsm-2.2.0-r2.ebuild => softhsm-2.2.0-r3.ebuild} (93%) diff --git a/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild similarity index 93% rename from dev-libs/softhsm/softhsm-2.2.0-r2.ebuild rename to 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) } -- 2.26.2