[Erp5-report] r32863 luke - in /erp5/trunk/buildout: Makefile software-profiles/memcached.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 19 14:29:02 CET 2010
Author: luke
Date: Fri Feb 19 14:29:01 2010
New Revision: 32863
URL: http://svn.erp5.org?rev=32863&view=rev
Log:
- assert that mysql is using local senna library
Modified:
erp5/trunk/buildout/Makefile
erp5/trunk/buildout/software-profiles/memcached.cfg
Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=32863&r1=32862&r2=32863&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Fri Feb 19 14:29:01 2010
@@ -38,6 +38,7 @@
assert-parts-libs:
ldd parts/memcached/bin/memcached | grep 'parts/libevent/lib/libevent'
+ ldd parts/mysql-tritonn-5.0/libexec/mysqld | grep 'parts/senna/lib/libsenna.so.0'
create-mandriva2010-rpm: bin/buildout
bin/buildout -c profiles/mandriva2010.0.cfg buildout:directory=`pwd` install create-rpm
Modified: erp5/trunk/buildout/software-profiles/memcached.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/memcached.cfg?rev=32863&r1=32862&r2=32863&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] Fri Feb 19 14:29:01 2010
@@ -17,3 +17,4 @@
--with-libevent=${libevent:location}
patches = ${memcached-strict-aliasing-patch:location}/${memcached-strict-aliasing-patch:filename}
patch-options = -p1
+keep-compile-dir = true
More information about the Erp5-report
mailing list