[Erp5-report] r34304 leonardo - /erp5/trunk/buildout/software-profiles/erp5-2.12.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 6 19:45:01 CEST 2010


Author: leonardo
Date: Tue Apr  6 19:44:58 2010
New Revision: 34304

URL: http://svn.erp5.org?rev=34304&view=rev
Log:
use pkg-config to look up the glib include path for itools compilation.

Modified:
    erp5/trunk/buildout/software-profiles/erp5-2.12.cfg

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=34304&r1=34303&r2=34304&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Tue Apr  6 19:44:58 2010
@@ -43,7 +43,7 @@
 # execution
 cmds =
     cd ${itools-download:destination}
-    ${python2.6:executable} setup.py install_lib -d ${itools:lib}
+    env CFLAGS="$(pkg-config glib-2.0 --cflags-only-I)" ${python2.6:executable} setup.py install_lib -d ${itools:lib}
 
 uninstall_cmds =
     cd ${itools-download:destination}




More information about the Erp5-report mailing list