Re: [xml] [PATCH] configure: Add --with-python-install-dir

2014-06-09 Thread Daniel Veillard
Fair :-) Yes that looks self contained and should be safe, pushed on master, thanks ! Daniel On Wed, Jun 04, 2014 at 03:31:56PM +0200, Jonas Eriksson wrote: > Hi, > > Top-posting a little 'ping' for this patch. > > /Jonas > > On Thu, Mar 06, 2014 at 09:13:17 +0100 Jonas Eriksson wrote: >

Re: [xml] [PATCH] configure: Add --with-python-install-dir

2014-06-04 Thread Jonas Eriksson
Hi, Top-posting a little 'ping' for this patch. /Jonas On Thu, Mar 06, 2014 at 09:13:17 +0100 Jonas Eriksson wrote: > Cross-compiling the python bindings is a bit difficult today, as the > configure script will figure out the site packages dir > (PYTHON_SITE_PACKAGES) by either: > > - Generatin

[xml] [PATCH] configure: Add --with-python-install-dir

2014-03-06 Thread Jonas Eriksson
Cross-compiling the python bindings is a bit difficult today, as the configure script will figure out the site packages dir (PYTHON_SITE_PACKAGES) by either: - Generating the path to the site-package target directories using libdir, and see if it exists. As it is not possible to point to the f