[med-svn] [spades] 01/01: src/io/logger_impl.cpp: add define to keep jemalloc function names
Gert Wollny
gert-guest at moszumanska.debian.org
Sun Feb 21 13:37:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository spades.
commit 2c1bb88a655b5ad156cec6fc83c1b8aad9acaa47
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Sun Feb 21 13:35:06 2016 +0000
src/io/logger_impl.cpp: add define to keep jemalloc function names
The patch adds a define that makes sure that the jemalloc function
names are not renamed, as this is the way the library is build on Debian.
---
debian/patches/0120_dont_rename_jemalloc_functionnames.patch | 10 ++++++++++
debian/patches/series | 1 +
2 files changed, 11 insertions(+)
diff --git a/debian/patches/0120_dont_rename_jemalloc_functionnames.patch b/debian/patches/0120_dont_rename_jemalloc_functionnames.patch
new file mode 100644
index 0000000..2c59f16
--- /dev/null
+++ b/debian/patches/0120_dont_rename_jemalloc_functionnames.patch
@@ -0,0 +1,10 @@
+--- a/src/io/logger_impl.cpp
++++ b/src/io/logger_impl.cpp
+@@ -17,6 +17,7 @@
+ #include "config.hpp"
+
+ #ifdef SPADES_USE_JEMALLOC
++#define JEMALLOC_NO_RENAME
+ # include <jemalloc/jemalloc.h>
+ #endif
+
diff --git a/debian/patches/series b/debian/patches/series
index 3d8c8f0..d8822cc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@
0111_use_full_config_dirs.patch
0112_spelling.patch
0113_adjust_paths.patch
+0120_dont_rename_jemalloc_functionnames.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spades.git
More information about the debian-med-commit
mailing list