dev-libs/softhsm: fix local state directory
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 10 Feb 2017 22:27:10 +0000 (00:27 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Fri, 10 Feb 2017 22:27:35 +0000 (00:27 +0200)
Package-Manager: portage-2.3.3

dev-libs/softhsm/softhsm-2.2.0-r3.ebuild [moved from dev-libs/softhsm/softhsm-2.2.0-r2.ebuild with 93% similarity]

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 c5bccd7825a90fa9e8cfc4eec87579be8a425efc..c0e2a04a0ee7988e8de9243b033f31b53c1e452f 100644 (file)
@@ -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)
 }