After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 376391 - configure fails to properly set PYTHON_SITE_PACKAGES
configure fails to properly set PYTHON_SITE_PACKAGES
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-17 18:03 UTC by Joseph Sacco
Modified: 2006-11-23 14:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Joseph Sacco 2006-11-17 18:03:59 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
Comment 1 Daniel Veillard 2006-11-23 14:32:48 UTC
Right that was mistake ! Applied and commited,

  thanks !

Daniel