commit: 47f90d90f0b4eff4639ff651275b01dc6cfe2a63
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Jul 19 15:27:28 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 07:51:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f90d90
eclass/apache-2: Add --disable-static
This is needed for slibtool to prevent creating static archives when
compiling www-servers/apache.
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
eclass/apache-2.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index df2019cd09df..583657b35ffd 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -291,7 +291,7 @@ setup_modules() {
mod_type="shared"
fi
- MY_CONF=( --enable-so=static )
+ MY_CONF=( --enable-so=static --disable-static )
MY_MODS=()
if use ldap ; then