]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix python site package path to lib64.
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 10 Aug 2011 05:59:42 +0000 (05:59 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 10 Aug 2011 05:59:42 +0000 (05:59 +0000)
Changelog
acx_python.m4

index c337b76349d6930cdb00876495dd67310fdb8f57..1de9dd56c5dbe153965c310fef64934146e93be8 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,7 @@
        * bugfix #394: Fix socket leak on errors
        * bugfix #392: Apex only and percentage checks for ldns-verify-zone
        * bugfix #398: Allow NSEC RRSIGs before the NSEC3 in ldns-verify-zone
+       * Fix python site package path to /usr/lib64.
 
 1.6.10 2011-05-31
        * New example tool added: ldns-gen-zone.
index f4bf421f86157f3a117ecb0b39401e346234d7a2..6fa925af168405d3b456db11cdc69c9255db9e69 100644 (file)
@@ -129,7 +129,7 @@ $ac_distutils_result])
         AC_MSG_CHECKING([for Python site-packages path])
         if test -z "$PYTHON_SITE_PKG"; then
                 PYTHON_SITE_PKG=`$PYTHON -c "import distutils.sysconfig; \
-                        print distutils.sysconfig.get_python_lib(0,0);"`
+                        print distutils.sysconfig.get_python_lib(1,0);"`
         fi
         AC_MSG_RESULT([$PYTHON_SITE_PKG])
         AC_SUBST([PYTHON_SITE_PKG])