08b7207d61
- Use the upstream spec file with the ceph-libs split - Add libs-compat subpackage - Use fedora in rhel 7 checks - Obsolete libcephfs - Depend on redhat-lsb-core for the initscript
14 lines
445 B
Diff
14 lines
445 B
Diff
--- ceph-0.80.5/src/perfglue/heap_profiler.cc.orig 2014-08-15 16:05:00.161794290 +0200
|
|
+++ ceph-0.80.5/src/perfglue/heap_profiler.cc 2014-08-15 16:05:04.691794305 +0200
|
|
@@ -12,8 +12,8 @@
|
|
*
|
|
*/
|
|
|
|
-#include <google/heap-profiler.h>
|
|
-#include <google/malloc_extension.h>
|
|
+#include <gperftools/heap-profiler.h>
|
|
+#include <gperftools/malloc_extension.h>
|
|
#include "heap_profiler.h"
|
|
#include "common/environment.h"
|
|
#include "common/LogClient.h"
|