Commit e97775a1 authored by Jondy Zhao's avatar Jondy Zhao

mysql5.5: fix install path isn't expected.

parent b2af02f3
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
../automake/buildout.cfg ../automake/buildout.cfg
../bison/buildout.cfg ../bison/buildout.cfg
../cmake/buildout.cfg ../cmake/buildout.cfg
../flex/buildout.cfg
../groonga/buildout.cfg ../groonga/buildout.cfg
../libaio/buildout.cfg ../libaio/buildout.cfg
../libtool/buildout.cfg ../libtool/buildout.cfg
...@@ -74,3 +75,14 @@ environment = ...@@ -74,3 +75,14 @@ environment =
CPPFLAGS=-I${groonga:location}/include/groonga CPPFLAGS=-I${groonga:location}/include/groonga
LDFLAGS=-L${groonga:location}/lib LDFLAGS=-L${groonga:location}/lib
PKG_CONFIG_PATH=${groonga:location}/lib/pkgconfig PKG_CONFIG_PATH=${groonga:location}/lib/pkgconfig
[mysql-5.5:cygwin]
url = ftp://lug.mtu.edu/cygwin/release/mysql/mysql-5.5.31-1-src.tar.bz2
md5sum = 03074962125210f56ad42861cfe419c9
patches =
configure-command = cygport
configure-options =
mysql.cygport
prep
compile
make-options = -C mysql-5.5.31-1/build
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