Commit 7b13de6a authored by Alain Takoudjou's avatar Alain Takoudjou

component/apache: compile xsendfile module

parent ed32b943
......@@ -41,6 +41,11 @@ configure-options =
environment =
LDFLAGS=-Wl,-rpath=${libuuid:location}/lib
[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
......@@ -98,6 +103,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