Commit 640ec068 authored by Łukasz Nowak's avatar Łukasz Nowak

- built against delivered zlib and openssl


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40014 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1ff79c22
[buildout]
parts = apache
extends =
../software-profiles/openssl.cfg
../software-profiles/zlib.cfg
[apache]
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = hexagonit.recipe.cmmi
......@@ -31,3 +35,8 @@ configure-options = --enable-authn-alias
--enable-so
--enable-ssl
--with-included-apr
--with-ssl=${openssl:location}
--with-z=${zlib:location}
environment =
LDFLAGS =-Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib
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