Skip to content

Commit

Permalink
ceph-fuse: link to libtcmalloc or jemalloc
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/16655
Signed-off-by: Yan, Zheng <zyan@redhat.com>
  • Loading branch information
ukernel committed Jul 12, 2016
1 parent 77143c6 commit 8724519
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile-env.am
Expand Up @@ -250,6 +250,7 @@ LIBMON += -ljemalloc
LIBOSD += -ljemalloc
LIBMDS += -ljemalloc
LIBRGW += -ljemalloc
LIBCLIENT_FUSE += -ljemalloc
endif # WITH_JEMALLOC

if ENABLE_COVERAGE
Expand All @@ -265,6 +266,7 @@ LIBOSD += $(LIBOSDC) $(LIBOS)
LIBMON += $(LIBPERFGLUE)
LIBOSD += $(LIBPERFGLUE)
LIBMDS += $(LIBPERFGLUE)
LIBCLIENT_FUSE += $(LIBPERFGLUE)

# OSD needs types
LIBOSD += $(LIBOSD_TYPES) $(LIBOS_TYPES)
Expand Down

0 comments on commit 8724519

Please sign in to comment.