Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_gnutls/
Date: Mon, 04 Jul 2022 17:38:58
Message-Id: 1656956332.258deff59b8d086062010128c1f9f4bcf988b64d.juippis@gentoo
1 commit: 258deff59b8d086062010128c1f9f4bcf988b64d
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 17:38:13 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 17:38:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258deff5
7
8 www-apache/mod_gnutls: enable lfs flags on 0.12.0
9
10 Closes: https://bugs.gentoo.org/856349
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 .../{mod_gnutls-0.12.0.ebuild => mod_gnutls-0.12.0-r1.ebuild} | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild
17 similarity index 93%
18 rename from www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild
19 rename to www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild
20 index c662af6323be..f52b033c580c 100644
21 --- a/www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild
22 +++ b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild
23 @@ -5,7 +5,7 @@ EAPI=7
24
25 PYTHON_COMPAT=( python3_{8..10} )
26
27 -inherit autotools apache-module python-any-r1
28 +inherit autotools flag-o-matic apache-module python-any-r1
29
30 DESCRIPTION="mod_gnutls uses GnuTLS for SSL/TLS encryption in Apache2 (compare to mod_ssl)"
31 HOMEPAGE="https://mod.gnutls.org/"
32 @@ -69,6 +69,9 @@ src_prepare() {
33 }
34
35 src_configure() {
36 + # Add LFS flags, enable x86 support. #856349
37 + append-lfs-flags
38 +
39 local myeconfargs=(
40 --with-apxs="${APXS}"
41 --disable-strict