Commit 8419c6ac authored by Łukasz Nowak's avatar Łukasz Nowak

- provide own libtool and force its usage in environement

configure for mysql is using environement variable LIBTOOL to find
libtool, but on some systems it is not set system wide, so provide
binary and set LIBTOOL


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36664 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0a03155c
......@@ -15,6 +15,7 @@ extends =
../software-profiles/haproxy.cfg
../software-profiles/imagemagick.cfg
../software-profiles/libevent.cfg
../software-profiles/libtool.cfg
../software-profiles/memcached.cfg
../software-profiles/mysql-tritonn-5.0.cfg
../software-profiles/ocropus.cfg
......
......@@ -14,6 +14,7 @@ extends =
../software-profiles/haproxy.cfg
../software-profiles/imagemagick.cfg
../software-profiles/libevent.cfg
../software-profiles/libtool.cfg
../software-profiles/memcached.cfg
../software-profiles/mysql-tritonn-5.0.cfg
../software-profiles/ocropus.cfg
......
[buildout]
parts = libtool
[libtool]
recipe = hexagonit.recipe.cmmi
md5sum = cad2a7188242bc8dbab0645532ae3d6f
url = http://ftp.gnu.org/gnu/libtool/libtool-2.2.8.tar.gz
......@@ -46,6 +46,7 @@ environment =
CFLAGS =-I${senna:location}/include/senna
CXXFLAGS =-I${senna:location}/include/senna
LDFLAGS =-L${senna:location}/lib
LIBTOOL =${libtool:location}/bin/libtool
[requirements]
binary = automake flex bison patch gcc g++ libtool
......
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