Commit 335ab60f authored by Guillaume Bottex's avatar Guillaume Bottex

Use libedit software profile to build cubrid.

The configure scriptproduces error when trying to configure
the libedit bundled with cubrid when used with buildout.
So it's better to use the option --with-libedit
with the configure script.
parent c729e8e6
......@@ -2,7 +2,7 @@
extends =
../java/buildout.cfg
../ant/buildout.cfg
../ncurses/buildout.cfg
../libedit/buildout.cfg
parts =
cubrid
......@@ -11,8 +11,13 @@ parts =
recipe = hexagonit.recipe.cmmi
url = http://dev.naver.com/frs/download.php/3782/CUBRID-8.4.0.1008.src.tar.gz
md5sum = 833d503bd29b076092b61e1fb5f4c035
prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-options =
--prefix=${:prefix}
--with-libedit=${libedit-20100424-3.0:location}
--enable-64bit
environment =
JAVA_HOME=${java:location}
PATH=${ant:location}/bin:${ncurses:location}/lib:%(PATH)s
PATH=${ant:location}/bin:%(PATH)s
CPPFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses: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