diff options
author | 2022-07-19 08:27:28 -0700 | |
---|---|---|
committer | 2022-07-22 09:51:12 +0200 | |
commit | 47f90d90f0b4eff4639ff651275b01dc6cfe2a63 (patch) | |
tree | 894e5ce875fba1fffdd8f191e186a23397520737 /eclass | |
parent | media-sound/chuck: x86 stable wrt bug #859889 (diff) | |
download | gentoo-47f90d90f0b4eff4639ff651275b01dc6cfe2a63.tar.gz gentoo-47f90d90f0b4eff4639ff651275b01dc6cfe2a63.tar.bz2 gentoo-47f90d90f0b4eff4639ff651275b01dc6cfe2a63.zip |
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@riseup.net>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/apache-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |