Line
Link Here
|
0 |
-- /usr/portage/www-apache/mod_security/mod_security-2.9.3.ebuild 2019-03-04 02:39:40.000000000 +0100 |
0 |
++ mod_security-2.9.3.ebuild 2019-03-05 14:03:57.621615019 +0100 |
Lines 60-78
Link Here
|
60 |
$(use_enable mlogc) |
60 |
$(use_enable mlogc) |
61 |
$(use_with lua) |
61 |
$(use_with lua) |
62 |
$(use_enable lua lua-cache) |
62 |
$(use_enable lua lua-cache) |
63 |
$(use_enable jit pcre-jit) ) |
63 |
$(use_enable jit pcre-jit) |
|
|
64 |
$(use_enable doc docs) ) |
64 |
econf ${myconf[@]} |
65 |
econf ${myconf[@]} |
65 |
} |
66 |
} |
66 |
src_compile() { |
67 |
src_compile() { |
67 |
default |
68 |
default |
68 |
|
|
|
69 |
# Building the docs is broken at the moment, see e.g. |
70 |
# https://github.com/SpiderLabs/ModSecurity/issues/1322 |
71 |
if use doc; then |
72 |
doxygen doc/doxygen-apache.conf || die 'failed to build documentation' |
73 |
fi |
74 |
} |
69 |
} |
75 |
src_install() { |
70 |
src_install() { |