Commit 0cfdfd64 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : HAProxy 1.6.1, new majour version with better performance.

parent 1f0a41b0
......@@ -3,6 +3,7 @@
[buildout]
extends =
../lua/buildout.cfg
../openssl/buildout.cfg
../pcre/buildout.cfg
../zlib/buildout.cfg
......@@ -11,8 +12,8 @@ parts = haproxy
[haproxy]
recipe = slapos.recipe.cmmi
url = http://www.haproxy.org/download/1.5/src/haproxy-1.5.15.tar.gz
md5sum = eeaa35744f84c92184cd735ee56dd0a3
url = http://www.haproxy.org/download/1.6/src/haproxy-1.6.1.tar.gz
md5sum = 7343def2af8556ebc8972a9748176094
configure-command = true
# If the system is running on Linux 2.6, we use "linux26" as the TARGET,
# otherwise use "generic".
......@@ -21,6 +22,9 @@ make-options =
TARGET="$(uname -sr 2>/dev/null|grep -Eq '^Linux (2\.6\.2[89]|2\.6\.[3-9]|3)' && echo linux2628 || echo generic)"
ARCH="$(uname -m 2>/dev/null|grep -E '^(x86_64|i[3456]86)$')"
PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
USE_LUA=1
LUA_INC=${lua:location}/include
LUA_LIB=${lua:location}/lib
USE_OPENSSL=1
SSL_INC=${openssl:location}/include
SSL_LIB=${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