[buildout] parts = apache apache-antiloris extends = ../libexpat/buildout.cfg ../libuuid/buildout.cfg ../gdbm/buildout.cfg ../openssl/buildout.cfg ../pcre/buildout.cfg ../pkgconfig/buildout.cfg ../sqlite3/buildout.cfg ../zlib/buildout.cfg [apache] # inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/ recipe = hexagonit.recipe.cmmi depends = ${gdbm:version} url = http://mir2.ovh.net/ftp.apache.org/dist//httpd/httpd-2.2.22.tar.bz2 md5sum = 9fe3093194c8a57f085ff7c3fc43715f configure-options = --disable-static --enable-authn-alias --enable-bucketeer --enable-cache --enable-case-filter --enable-case-filter-in --enable-cgid --enable-charset-lite --enable-disk-cache --enable-echo --enable-exception-hook --enable-mods-shared=all --enable-optional-fn-export --enable-optional-fn-import --enable-optional-hook-export --enable-optional-hook-import --enable-proxy --enable-proxy-ajp --enable-proxy-balancer --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http --enable-proxy-scgi --enable-dav --enable-dav-fs --enable-so --enable-ssl --with-included-apr --with-ssl=${openssl:location} --with-z=${zlib:location} --with-expat=${libexpat:location} --with-pcre=${pcre:location} --with-sqlite3=${sqlite3:location} --with-gdbm=${gdbm:location} --without-lber --without-ldap --without-ndbm --without-berkeley-db --without-pgsql --without-mysql --without-sqlite2 --without-oracle --without-freedts --without-odbc --without-iconv environment = PATH=${pkgconfig:location}/bin:%(PATH)s PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig CPPFLAGS =-I${libuuid:location}/include LDFLAGS =-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath=${libuuid:location}/lib -Wl,-rpath=${libexpat:location}/lib -Wl,-rpath=${pcre:location}/lib -Wl,-rpath=${sqlite3:location}/lib -Wl,-rpath=${gdbm:location}/lib [apache-antiloris] # Note: Shall react on each build of apache and reinstall itself recipe = hexagonit.recipe.cmmi url = http://sourceforge.net/projects/mod-antiloris/files/mod_antiloris-0.4.tar.bz2/download md5sum = 66862bf10e9be3a023e475604a28a0b4 configure-command = ${apache:location}/bin/apxs configure-options = -c mod_antiloris.c make-binary = ${:configure-command} make-options = -i -a -n antiloris mod_antiloris.la make-targets =