diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-01-27 20:21:25 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-01-27 20:21:41 +0200 |
commit | 7e75de00aef9af5dd25725d761bf791c12a64e5f (patch) | |
tree | 4a9b45b0c21e0a75a0e3eb0f1e68d29a0808ab19 | |
parent | app-antivirus/clamav: econf --disable-zlib-vcheck #604650 (diff) | |
download | gentoo-7e75de00aef9af5dd25725d761bf791c12a64e5f.tar.gz gentoo-7e75de00aef9af5dd25725d761bf791c12a64e5f.tar.bz2 gentoo-7e75de00aef9af5dd25725d761bf791c12a64e5f.zip |
dev-libs/softhsm: disable ghost for libressl
disable ecc for bindist
Bug: 607416
Package-Manager: portage-2.3.3
-rw-r--r-- | dev-libs/softhsm/softhsm-2.2.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild b/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild index 0b92129ab7a5..8a91277ac096 100644 --- a/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild +++ b/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild @@ -11,14 +11,14 @@ HOMEPAGE="http://www.opendnssec.org/" SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz" KEYWORDS="~amd64 ~hppa ~x86" -IUSE="libressl +migration-tool test" +IUSE="bindist libressl +migration-tool test" SLOT="2" LICENSE="BSD" RDEPEND=" sys-devel/gcc:=[cxx] dev-db/sqlite:3 - !libressl? ( dev-libs/openssl:= ) + !libressl? ( dev-libs/openssl:=[bindist=] ) libressl? ( dev-libs/libressl ) !=dev-libs/softhsm-2.0.0:0 " @@ -42,6 +42,8 @@ src_configure() { --disable-static \ --with-crypto-backend=openssl \ --disable-p11-kit \ + $(use_enable bindist ecc) \ + $(use libressl && echo --disable-ghost) \ $(use_with migration-tool migrate) } |