]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/Makefile.am: fix build with ccache 8523/head
authorKefu Chai <kchai@redhat.com>
Tue, 12 Apr 2016 04:47:46 +0000 (12:47 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 12 Apr 2016 04:47:48 +0000 (12:47 +0800)
commit2be6017c95f9f5f6509164f3a83b0e0c2ca93fbf
treed407e75d84fe856c24880c4a87ea62cae45df7b4
parent30ce32a67d9a2008da6610e4b7739e94b233d0d8
pybind/Makefile.am: fix build with ccache

as a work-around of https://bugs.python.org/issue8027, pass ${CC} and
${LDSHARED} to distutils, so we can still have a working compiling
command line even ${CC} is "ccache gcc".

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/Makefile.am