X-Git-Url: https://git.tld-linux.org/?p=packages%2Fglusterfs.git;a=blobdiff_plain;f=glusterfs-python.patch;fp=glusterfs-python.patch;h=f21d8f211dc3d5d9725bd2f1868ee757910cbf01;hp=0000000000000000000000000000000000000000;hb=4c904d4becb292c369320785f0afa80d468fbd0a;hpb=e56fb3407e3c7634fc1708c84368484692e531f3 diff --git a/glusterfs-python.patch b/glusterfs-python.patch new file mode 100644 index 0000000..f21d8f2 --- /dev/null +++ b/glusterfs-python.patch @@ -0,0 +1,11 @@ +--- glusterfs-3.10.1/configure.ac.orig 2017-04-11 13:49:09.000000000 +0000 ++++ glusterfs-3.10.1/configure.ac 2017-04-11 13:50:45.343558629 +0000 +@@ -521,7 +521,7 @@ + PYTHONDEV_CPPFLAGS=`echo ${PYTHONDEV_CPPFLAGS} | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[[0-9]]//g'` + + dnl Find python libs at user configured libdir and also "lib" under prefix +- PYTHONDEV_LDFLAGS="${PYTHON_LIBS} -L`${PYTHON}-config --prefix`/lib -L`${PYTHON}-config --prefix`/$libdir `${PYTHON}-config --ldflags`" ++ PYTHONDEV_LDFLAGS="${PYTHON_LIBS} `${PYTHON}-config --ldflags`" + + BUILD_PYTHON_SITE_PACKAGES=${pythondir} + BUILD_PYTHON_INC=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_inc())" 2>/dev/null`