diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2019-03-08 10:35:32 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-10 23:35:30 +0100 |
commit | 61c02bdcbe2db4c25cb2d76291794a649a4c1ba2 (patch) | |
tree | 628a1c9fe977443665c62d67dad521680b66ae36 /www-apache/mod_security | |
parent | dev-python/pandas: version bump 0.24.1 EAPI bump 7. (diff) | |
download | gentoo-61c02bdcbe2db4c25cb2d76291794a649a4c1ba2.tar.gz gentoo-61c02bdcbe2db4c25cb2d76291794a649a4c1ba2.tar.bz2 gentoo-61c02bdcbe2db4c25cb2d76291794a649a4c1ba2.zip |
www-apache/mod_security: fix building USE=doc.
Patch-by: Dennis Lichtenthäler
Closes: https://bugs.gentoo.org/679522
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11296
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'www-apache/mod_security')
-rw-r--r-- | www-apache/mod_security/mod_security-2.9.3.ebuild | 9 |
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() { |