commit:     64d9e19a8899c2a9d8e748c6fa3746bb16e025f5
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 22:27:10 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 22:27:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d9e19a

dev-libs/softhsm: fix local state directory

Package-Manager: portage-2.3.3

 dev-libs/softhsm/{softhsm-2.2.0-r2.ebuild => softhsm-2.2.0-r3.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 c5bccd7825..c0e2a04a0e 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)
 }
 

Reply via email to