GNOME Bugzilla – Bug 376391
configure fails to properly set PYTHON_SITE_PACKAGES
Last modified: 2006-11-23 14:32:48 UTC
Patch shown below. -Joseph ============================================================================ -- libxslt-1.1.17/configure.in- 2006-11-17 12:52:42.000000000 -0500 +++ libxslt-1.1.17/configure.in 2006-11-17 12:53:32.000000000 -0500 @@ -200,7 +200,7 @@ -d $with_python/lib/python$PYTHON_VERSION/site-packages then PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION - PYTHON_SITE_PACKAGES='$(libdir)/lib/python$(PYTHON_VERSION)/site-packages' + PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages' else if test -r $prefix/include/python$PYTHON_VERSION/Python.h then
Right that was mistake ! Applied and commited, thanks ! Daniel