[Erp5-report] r37891 kazuhiko - in /erp5/trunk/buildout: profiles/ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 19 09:10:44 CEST 2010


Author: kazuhiko
Date: Thu Aug 19 09:10:43 2010
New Revision: 37891

URL: http://svn.erp5.org?rev=37891&view=rev
Log:
build mysql-5.1 and build sphinx with it.

Modified:
    erp5/trunk/buildout/profiles/official.cfg
    erp5/trunk/buildout/software-profiles/sphinx.cfg

Modified: erp5/trunk/buildout/profiles/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official.cfg?rev=37891&r1=37890&r2=37891&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official.cfg [utf8] Thu Aug 19 09:10:43 2010
@@ -19,6 +19,7 @@ extends =
   ../software-profiles/libtool.cfg
   ../software-profiles/memcached.cfg
   ../software-profiles/mysql-tritonn-5.0.cfg
+  ../software-profiles/mysql-5.1.cfg
   ../software-profiles/sphinx.cfg
   ../software-profiles/ocropus.cfg
   ../software-profiles/oood.cfg
@@ -46,6 +47,7 @@ parts =
   w3m
   xpdf
   mysql-tritonn-5.0
+  mysql-5.1
   sphinx
   imagemagick
   zope-2.8

Modified: erp5/trunk/buildout/software-profiles/sphinx.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/sphinx.cfg?rev=37891&r1=37890&r2=37891&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/sphinx.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/sphinx.cfg [utf8] Thu Aug 19 09:10:43 2010
@@ -14,9 +14,9 @@ url = http://www.sphinxsearch.com/downlo
 md5sum = 5b52ce9e93a73c66d37bc3a2402f14fa
 configure-options =
   --with-mysql
-  --with-mysql-includes=${mysql-tritonn-5.0:location}/include/mysql
-  --with-mysql-libs=${mysql-tritonn-5.0:location}/lib/mysql
-  LDFLAGS="-Wl,-rpath ${mysql-tritonn-5.0:location}/lib/mysql"
+  --with-mysql-includes=${mysql-5.1:location}/include/mysql
+  --with-mysql-libs=${mysql-5.1:location}/lib/mysql
+  LDFLAGS="-Wl,-rpath ${mysql-5.1:location}/lib/mysql"
 patch-options = -p1
 patches =
   ${sphinx-1.10-fix_nosigpipe.patch:location}/${sphinx-1.10-fix_nosigpipe.patch:filename}




More information about the Erp5-report mailing list