Commit 5099ec51 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : mysql-5.1.54

use CPPFLAGS instead of CFLAGS and CXXFLAGS.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41466 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bbc84cec
......@@ -21,9 +21,9 @@ download-only = true
[mysql-5.1]
recipe = hexagonit.recipe.cmmi
version = 5.1.53
version = 5.1.54
url = http://mysql.he.net/Downloads/MySQL-5.1/mysql-${:version}.tar.gz
md5sum = e5e7c5b0b5c382489e6a66778703bc46
md5sum = 2a0f45a2f8b5a043b95ce7575796a30b
# compile directory is required to build mysql plugins.
keep-compile-dir = true
# configure: how to avoid searching for my.cnf?
......@@ -59,6 +59,5 @@ patches =
${mysql-5.1-sphinx-patch:location}/${mysql-5.1-sphinx-patch:filename}
environment =
PATH =${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:%(PATH)s
CFLAGS =-I${ncurses:location}/include -I${readline:location}/include
CXXFLAGS =-I${ncurses:location}/include -I${readline:location}/include
CPPFLAGS =-I${ncurses:location}/include -I${readline:location}/include
LDFLAGS =-L${readline:location}/lib -L${ncurses:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -Wl,-rpath -Wl,${readline: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