mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user