ports/databases/mariadb104-server/files/patch-MDEV-20248
Bernard Spil ae0be9ff05 databases/mariadb104-server: Security update to 10.4.7
Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf
2019-09-01 14:21:27 +00:00

13 lines
328 B
Text

--- storage/rocksdb/rocksdb/port/jemalloc_helper.h.orig 2019-07-30 11:32:15 UTC
+++ storage/rocksdb/rocksdb/port/jemalloc_helper.h
@@ -12,6 +12,10 @@
#include <jemalloc/jemalloc.h>
#endif
+#ifdef __FreeBSD__
+#define JEMALLOC_USABLE_SIZE_CONST const
+#endif
+
#ifndef JEMALLOC_CXX_THROW
#define JEMALLOC_CXX_THROW
#endif