Revert "Add third-party modules that are not present in Apache<v2.3"

This reverts commit 2d410cb2.
Modules are not used anymore
parent cd42d8f7
......@@ -82,31 +82,3 @@ configure-options = -c mod_antiloris.c
make-binary = ${:configure-command}
make-options = -i -a -n antiloris mod_antiloris.la
make-targets =
[apache-proxy-html]
depends = ${apache-xml2enc:location}
# Note: Shall react on each build of apache and reinstall itself
recipe = hexagonit.recipe.cmmi
url = http://apache.webthing.com/mod_proxy_html/mod_proxy_html.tar.bz2
#md5sum = 66862bf10e9be3a023e475604a28a0b4
configure-command = ${apache:location}/bin/apxs
configure-options = -c -I ${libxml2:location}/include/libxml2 -I . mod_proxy_html.c
make-binary = ${:configure-command}
make-options = -i -a -n proxy_html mod_proxy_html.la
make-targets =
environment =
INC=-I${libxml2:location}/include/libxml2
[apache-xml2enc]
# Note: Shall react on each build of apache and reinstall itself
recipe = hexagonit.recipe.cmmi
url = http://olex.openlogic.com/content/openlogic/mod_xml2enc/1.0.4/openlogic-mod_xml2enc-1.0.4-all-src-1.zip
md5sum = 3c5a8ae6c011849a0a66af3a81d77bc5
configure-command = ${apache:location}/bin/apxs
configure-options = -c -I ${libxml2:location}/include/libxml2 mod_xml2enc.c
make-binary = ${:configure-command}
make-options = -i -a -n xml2enc mod_xml2enc.la
make-targets =
environment =
INC=-I${libxml2:location}/include/libxml2
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