commit:     dee7d7f989ce20031836cd8b6deb34ed3fb7bc2a
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Feb 23 14:00:21 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 14:02:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dee7d7f9

dev-libs/olm: make -fPIE optional, reduce installed docs

Closes: https://bugs.gentoo.org/896022
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 dev-libs/olm/{olm-3.2.14-r1.ebuild => olm-3.2.14-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/olm/olm-3.2.14-r1.ebuild 
b/dev-libs/olm/olm-3.2.14-r2.ebuild
similarity index 80%
rename from dev-libs/olm/olm-3.2.14-r1.ebuild
rename to dev-libs/olm/olm-3.2.14-r2.ebuild
index 849a33124..1f35b7119 100644
--- a/dev-libs/olm/olm-3.2.14-r1.ebuild
+++ b/dev-libs/olm/olm-3.2.14-r2.ebuild
@@ -13,13 +13,14 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 
-IUSE="test"
+IUSE="+pie test"
 RESTRICT="!test? ( test )"
 
-DOCS=( README.md docs )
+DOCS=( README.md docs/{{,meg}olm,signing}.md docs/{"DH ",double_}ratchet.svg )
 
 src_configure() {
        local mycmakeargs=(
+               -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
                -DOLM_TESTS=$(usex test)
        )
 

Reply via email to