]> git.pld-linux.org Git - packages/bind.git/blob - jemalloc.patch
Up to 9.18.18
[packages/bind.git] / jemalloc.patch
1 --- bind-9.18.12/lib/isc/mem.c~ 2023-02-03 12:25:47.000000000 +0100
2 +++ bind-9.18.12/lib/isc/mem.c  2023-02-16 11:51:17.269729505 +0100
3 @@ -48,6 +48,7 @@
4  #if defined(HAVE_MALLOC_NP_H) && !defined(__DragonFly__)
5  #include <malloc_np.h>
6  #elif defined(HAVE_JEMALLOC)
7 +#define JEMALLOC_MANGLE 1
8  #include <jemalloc/jemalloc.h>
9  
10  #if JEMALLOC_VERSION_MAJOR < 4
This page took 0.069294 seconds and 3 git commands to generate.