]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #5954 from rohanmars/wip-rhel59-fixes
authorSage Weil <sage@redhat.com>
Sat, 24 Oct 2015 12:30:12 +0000 (08:30 -0400)
committerSage Weil <sage@redhat.com>
Sat, 24 Oct 2015 12:30:12 +0000 (08:30 -0400)
rhel 5.9 librados compile fix, moved blkid to RBD check/compilation

Reviewed-by: Sage Weil <sage@redhat.com>
1  2 
configure.ac
src/common/Makefile.am

diff --cc configure.ac
Simple merge
index f98cd18c2de001264e4d43c47e99e7e21bbc1dad,3c90d0ec544d6969a09ef99c09b0e621912f881d..ac47b3396a79a3bcb6915303e5164ee971b166a1
@@@ -73,11 -73,12 +73,13 @@@ libcommon_internal_la_SOURCES = 
        common/module.c \
        common/Readahead.cc \
        common/Cycles.cc \
 -      common/ContextCompletion.cc
 +      common/ContextCompletion.cc \
 +      common/TracepointProvider.cc
  
+ if WITH_RBD
  libcommon_internal_la_SOURCES += \
        common/blkdev.cc
+ endif
  
  if ENABLE_XIO
  libcommon_internal_la_SOURCES += \