Commit fbc1e61d authored by Alain Takoudjou's avatar Alain Takoudjou

component/apache: compile xsendfile module

parent d89892ae
......@@ -36,6 +36,11 @@ configure-options =
--with-apr=${apr:location}
--with-expat=${libexpat:location}
[mod-xsendfile]
recipe = slapos.recipe.build:download-unpacked
url = https://tn123.org/mod_xsendfile/mod_xsendfile-0.12.tar.bz2
md5sum = 4b83b0e1a0c043c4e76ee99685c35110
[apache]
recipe = slapos.recipe.cmmi
shared = true
......@@ -93,6 +98,9 @@ configure-options = --disable-static
--without-iconv
--with-apr=${apr:location}
--with-apr-util=${apr-util:location}
post-install =
cd ${mod-xsendfile:location}
@@LOCATION@@/bin/apxs -cia mod_xsendfile.c
environment =
PATH=${perl:location}/bin:${pkgconfig:location}/bin:%(PATH)s
......
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