Commit 64ef168d authored by Jondy Zhao's avatar Jondy Zhao

apache: support cygwin

parent cb29d265
......@@ -7,6 +7,7 @@ extends =
../libexpat/buildout.cfg
../libuuid/buildout.cfg
../gdbm/buildout.cfg
../openldap/buildout.cfg
../openssl/buildout.cfg
../pcre/buildout.cfg
../pkgconfig/buildout.cfg
......@@ -21,9 +22,9 @@ md5sum = ffee70a111fd07372982b0550bbb14b7
[apr-util]
recipe = hexagonit.recipe.download
version = 1.5.1
version = 1.5.2
url = http://mir2.ovh.net/ftp.apache.org/dist/apr/apr-util-${:version}.tar.bz2
md5sum = 9c1db8606e520f201c451ec9a0b095f6
md5sum = 89c1348aa79e898d7c34a6206311c9c2
[apache]
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
......@@ -189,13 +190,17 @@ make-options = -i -a -n antiloris mod_antiloris.la
make-targets =
[apache:cygwin]
url = http://cygwin.mirrorcatalogs.com/release/apache2/apache2-2.2.23-2.tar.bz2
md5sum = c12eb3ba0e8266327eb252bac710a888
dependencies = openldap
url = ftp://lug.mtu.edu/cygwin/release/apache2/apache2-2.2.23-2-src.tar.bz2
md5sum = 797e50a442123946990ce9e7345b5ad4
configure-command = cygport
configure-options =
apache2.cygport
download
prep
compile
install
make-binary = true
make-options = -C apache2-2.2.23-2/build
[apache-antiloris:cygwin]
patches =
configure-command = ${apache:location}/sbin/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