summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-07-04 20:38:13 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-07-04 20:38:52 +0300
commit258deff59b8d086062010128c1f9f4bcf988b64d (patch)
tree217cfca4949c8c7a51c16e024021530148d2b314
parentwww-apache/mod_gnutls: Stabilize 0.12.0 x86, #855422 (diff)
downloadgentoo-258deff59b8d086062010128c1f9f4bcf988b64d.tar.gz
gentoo-258deff59b8d086062010128c1f9f4bcf988b64d.tar.bz2
gentoo-258deff59b8d086062010128c1f9f4bcf988b64d.zip
www-apache/mod_gnutls: enable lfs flags on 0.12.0
Closes: https://bugs.gentoo.org/856349 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild (renamed from www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild)5
1 files changed, 4 insertions, 1 deletions
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
index c662af6323be..f52b033c580c 100644
--- a/www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild
+++ b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
-inherit autotools apache-module python-any-r1
+inherit autotools flag-o-matic apache-module python-any-r1
DESCRIPTION="mod_gnutls uses GnuTLS for SSL/TLS encryption in Apache2 (compare to mod_ssl)"
HOMEPAGE="https://mod.gnutls.org/"
@@ -69,6 +69,9 @@ src_prepare() {
}
src_configure() {
+ # Add LFS flags, enable x86 support. #856349
+ append-lfs-flags
+
local myeconfargs=(
--with-apxs="${APXS}"
--disable-strict