summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_security/mod_security-2.9.3.ebuild')
-rw-r--r--www-apache/mod_security/mod_security-2.9.3.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/www-apache/mod_security/mod_security-2.9.3.ebuild b/www-apache/mod_security/mod_security-2.9.3.ebuild
index 41cfb5afbc1e..f04a0e597d6d 100644
--- a/www-apache/mod_security/mod_security-2.9.3.ebuild
+++ b/www-apache/mod_security/mod_security-2.9.3.ebuild
@@ -60,19 +60,14 @@ src_configure() {
$(use_enable mlogc)
$(use_with lua)
$(use_enable lua lua-cache)
- $(use_enable jit pcre-jit) )
+ $(use_enable jit pcre-jit)
+ $(use_enable doc docs) )
econf ${myconf[@]}
}
src_compile() {
default
-
- # Building the docs is broken at the moment, see e.g.
- # https://github.com/SpiderLabs/ModSecurity/issues/1322
- if use doc; then
- doxygen doc/doxygen-apache.conf || die 'failed to build documentation'
- fi
}
src_install() {