From: Willem Toorop Date: Wed, 8 Jan 2014 13:31:44 +0000 (+0100) Subject: pyldns needs platform specific install dir X-Git-Tag: release-1.6.17rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a951752c7fd43e9bef5ae38541ff014ebd7c23;p=thirdparty%2Fldns.git pyldns needs platform specific install dir Because they are C-bindings. For the moment this seems only an issue with fedora/redhat --- diff --git a/ax_python_devel.m4 b/ax_python_devel.m4 index cf2163c9..87e7c8c2 100644 --- a/ax_python_devel.m4 +++ b/ax_python_devel.m4 @@ -253,7 +253,7 @@ EOD` 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])