[Pkg-ceph-commits] [ceph] 15/23: Ensure that python flags are correct set for cython rbd build.

James Downing Page jamespage at moszumanska.debian.org
Wed Feb 17 10:42:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch jewel
in repository ceph.

commit e02b2a12b4e1f83ac29b77d36b4c24a3ca18f18a
Author: James Page <james.page at ubuntu.com>
Date:   Tue Feb 16 18:13:45 2016 +0000

    Ensure that python flags are correct set for cython rbd build.
---
 debian/patches/pybind-flags.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/pybind-flags.patch b/debian/patches/pybind-flags.patch
index 5392b0c..830afba 100644
--- a/debian/patches/pybind-flags.patch
+++ b/debian/patches/pybind-flags.patch
@@ -10,8 +10,8 @@ Forwarded: no
  	CPPFLAGS="-iquote \${abs_srcdir}/include ${AM_CPPFLAGS} ${CPPFLAGS}" \
 -	CFLAGS="-iquote \${abs_srcdir}/include ${AM_CFLAGS} ${CFLAGS}" \
 -	LDFLAGS="-L\${abs_builddir}/.libs $(subst -pie,,${AM_LDFLAGS}) ${LDFLAGS}" \
-+	CFLAGS="-iquote \${abs_srcdir}/include ${AM_CFLAGS} ${PYTHON_CFLAGS} ${CFLAGS}" \
-+	LDFLAGS="-L\${abs_builddir}/.libs $(subst -pie,,${AM_LDFLAGS}) ${PYTHON_LDFLAGS} ${LDFLAGS}" \
++	CFLAGS="-iquote \${abs_srcdir}/include ${AM_CFLAGS} ${PYTHON_CFLAGS}" \
++	LDFLAGS="-L\${abs_builddir}/.libs $(subst -pie,,${AM_LDFLAGS}) ${PYTHON_LDFLAGS}" \
  	CYTHON_BUILD_DIR="$(shell readlink -f $(builddir))/build" \
  	${PYTHON} ./setup.py
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list