projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a665f
)
dev-libs/softhsm: fix algo use
author
Alon Bar-Lev
<alonbl@gentoo.org>
Sat, 28 Jan 2017 11:04:52 +0000
(13:04 +0200)
committer
Alon Bar-Lev
<alonbl@gentoo.org>
Sat, 28 Jan 2017 11:05:14 +0000
(13:05 +0200)
Package-Manager: portage-2.3.3
dev-libs/softhsm/softhsm-2.2.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild
b/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild
index 8a91277ac0967bc6dc31118b50755b1ca4f6895e..69ffb234b9ff2753bf31b5d27f053ae43f3f3cd9 100644
(file)
--- a/
dev-libs/softhsm/softhsm-2.2.0-r1.ebuild
+++ b/
dev-libs/softhsm/softhsm-2.2.0-r1.ebuild
@@
-42,8
+42,8
@@
src_configure() {
--disable-static \
--with-crypto-backend=openssl \
--disable-p11-kit \
- $(use
_enable bindist
ecc) \
- $(use libressl && echo --disable-g
h
ost) \
+ $(use
bindist && echo --disable-ecc || echo --enable-
ecc) \
+ $(use libressl && echo --disable-g
ost || echo --enable-g
ost) \
$(use_with migration-tool migrate)
}