]> git.pld-linux.org Git - packages/bind.git/blobdiff - jemalloc.patch
Up to 9.18.20
[packages/bind.git] / jemalloc.patch
index 7d8655a5d610bbf6396d5f4af2273e41aa126190..36c36bd3e5a4fbbe9702e120fe06039c8246584b 100644 (file)
@@ -1,10 +1,11 @@
 --- bind-9.18.12/lib/isc/mem.c~        2023-02-03 12:25:47.000000000 +0100
 +++ bind-9.18.12/lib/isc/mem.c 2023-02-16 11:51:17.269729505 +0100
 @@ -48,6 +48,7 @@
- #if defined(HAVE_MALLOC_NP_H) && !defined(__DragonFly__)
  #include <malloc_np.h>
+ #define JEMALLOC_API_SUPPORTED 1
  #elif defined(HAVE_JEMALLOC)
 +#define JEMALLOC_MANGLE 1
  #include <jemalloc/jemalloc.h>
+ #define JEMALLOC_API_SUPPORTED 1
  
- #if JEMALLOC_VERSION_MAJOR < 4
+
This page took 0.041088 seconds and 4 git commands to generate.