]> git.pld-linux.org Git - packages/glusterfs.git/blob - glusterfs-python.patch
- updated to 3.7.10
[packages/glusterfs.git] / glusterfs-python.patch
1 --- glusterfs-3.7.9/configure.ac.orig   2016-03-31 21:42:00.820154766 +0200
2 +++ glusterfs-3.7.9/configure.ac        2016-04-01 17:09:46.650547715 +0200
3 @@ -1203,7 +1203,7 @@
4  esac
5  
6  if test "x$BUILD_GLUPY" = "xyes"; then
7 -   BUILD_PYTHON_SITE_PACKAGES=`$PYTHON -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())'`
8 +   BUILD_PYTHON_SITE_PACKAGES=`$PYTHON -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib(prefix="'$prefix'"))'`
9     BUILD_PYTHON_INC=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_inc()"`
10     BUILD_PYTHON_LIB=python$PYTHON_VERSION
11     GLUPY_SUBDIR=glupy
This page took 0.037489 seconds and 3 git commands to generate.