Commit b3155ef5 authored by isaak yansane-sisk's avatar isaak yansane-sisk

configure options

parent 53aa6d85
......@@ -8,12 +8,18 @@ extends =
../apache/buildout.cfg
parts =
apache-modsec
apache-modsecurity
[apache-modsec]
[apache-modsecurity]
recipe = slapos.recipe.cmmi
url = https://www.modsecurity.org/tarball/2.9.1/modsecurity-2.9.1.tar.gz
configure-command=${apache:location}/bin/apxs
configure-options= -c ${apache-modsecurity:location}/apache2/modsecurity.c
make-binary = ${:configure-command}
configure =
--disable-static
--with-apxs=${apache:location}/bin/apxs
--with-pcre=${pcre:location}
--with-apr=${apr-util:location}
--with-curl=${curl:location}
--with-libxml=${libxml2:location}
[buildout]
parts =
modsecurity
extends =
../apache/buildout.cfg
[modsecurity]
recipe = slapos.recipe.cmmi
url = https://www.modsecurity.org/tarball/2.9.1/modsecurity-2.9.1.tar.gz
configure =
--with-apxs=${apache:location}/bin/apxs
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment