mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-libs/olm: make -fPIE optional, reduce installed docs
Closes: https://bugs.gentoo.org/896022 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -13,13 +13,14 @@ LICENSE="Apache-2.0"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
|
||||||
IUSE="test"
|
IUSE="+pie test"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
DOCS=( README.md docs )
|
DOCS=( README.md docs/{{,meg}olm,signing}.md docs/{"DH ",double_}ratchet.svg )
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
|
-DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
|
||||||
-DOLM_TESTS=$(usex test)
|
-DOLM_TESTS=$(usex test)
|
||||||
)
|
)
|
||||||
|
|
||||||
Reference in New Issue
Block a user