Skip to content

Commit

Permalink
Fix build and libs path in rados/setup.py
Browse files Browse the repository at this point in the history
* Remove rados.c from Git tree
* Remove Python 2.6, 3.2, 3.3 from classifiers
* Export CEPH_LIB_DIR to setup.py files in pybind

Signed-off-by: Anirudha Bose <ani07nov@gmail.com>
  • Loading branch information
onyb committed Jun 3, 2016
1 parent addd042 commit c46b439
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 57,868 deletions.
1 change: 1 addition & 0 deletions src/pybind/Makefile.am
Expand Up @@ -13,6 +13,7 @@ PY_DISTUTILS = \
CFLAGS="-iquote \${abs_srcdir}/include ${AM_CFLAGS} ${PYTHON_CFLAGS}" \
LDFLAGS="-L\${abs_builddir}/.libs $(subst -pie,,${AM_LDFLAGS}) ${PYTHON_LDFLAGS}" \
CYTHON_BUILD_DIR=$(CYTHON_BUILD_DIR) \
CEPH_LIB_DIR="$(abs_builddir)/.libs" \
${PYTHON} ./setup.py

if WITH_RADOS
Expand Down

0 comments on commit c46b439

Please sign in to comment.