[Erp5-report] r40815 kazuhiko - /erp5/trunk/buildout/software-profiles/handlersocket.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Nov 26 23:02:53 CET 2010
Author: kazuhiko
Date: Fri Nov 26 23:02:53 2010
New Revision: 40815
URL: http://svn.erp5.org?rev=40815&view=rev
Log:
* use our own autoconf, automake and libtools
* no need to use hook
Modified:
erp5/trunk/buildout/software-profiles/handlersocket.cfg
Modified: erp5/trunk/buildout/software-profiles/handlersocket.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/handlersocket.cfg?rev=40815&r1=40814&r2=40815&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/handlersocket.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/handlersocket.cfg [utf8] Fri Nov 26 23:02:53 2010
@@ -3,6 +3,9 @@
[buildout]
extends =
+ ../software-profiles/autoconf.cfg
+ ../software-profiles/automake.cfg
+ ../software-profiles/libtool.cfg
../software-profiles/mysql-5.1.cfg
parts =
@@ -12,8 +15,12 @@ parts =
recipe = hexagonit.recipe.cmmi
url = http://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/tarball/1.0.6
md5sum = 57f5c131e3d29701b01dd92c35ed25fd
-pre-configure-hook = ${buildout:directory}/hooks/autogen-hooks.py:pre_configure_hook
+configure-command =
+ ACLOCAL_ARGS=-I${libtool:location}/share/aclocal ./autogen.sh && ./configure
configure-options =
+ --prefix=${buildout:parts-directory}/handlersocket
--with-mysql-source=${mysql-5.1:location}__compile__/mysql-${mysql-5.1:version}
--with-mysql-bindir=${mysql-5.1:location}/bin
--with-mysql-plugindir=${mysql-5.1:location}/lib/mysql/plugin
+environment =
+ PATH =${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:%(PATH)s
More information about the Erp5-report
mailing list