ports/net/samba48/files/patch-includes.h
Timur I. Bakeyev 047653aa77 Update port to 4.8.2 version. That fixes major bug with the AD/DC upgrade from the previous versions:
* After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bug #13335).
* Fix to the vfs_streams_xattr module which was corrupting AFP_AfpInfo attributes.
* Fix provisioning on the UFS2.
* Allow access to the .zfs/ hidden directory.
* Fix logging to the UTMP

Sponsored by:	iXsystems Inc.
2018-06-08 01:09:10 +00:00

11 lines
322 B
C

--- source3/include/includes.h.orig 2018-04-03 05:23:35 UTC
+++ source3/include/includes.h
@@ -323,6 +323,8 @@ typedef char fstring[FSTRING_LEN];
* the *bottom* of include files so as not to conflict. */
#ifdef ENABLE_DMALLOC
# include <dmalloc.h>
+#elif ENABLE_JEMALLOC
+# include <jemalloc/jemalloc.h>
#endif