From 48441c9e3b81c2105fe930352c6ee6a82cb5cb49 Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 24 Jan 2019 00:10:59 +0100 Subject: [PATCH] samba: add patch for glibc-2.28 --- srcpkgs/samba/patches/glibc-2.28.patch | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 srcpkgs/samba/patches/glibc-2.28.patch diff --git a/srcpkgs/samba/patches/glibc-2.28.patch b/srcpkgs/samba/patches/glibc-2.28.patch new file mode 100644 index 0000000000..e931496b89 --- /dev/null +++ b/srcpkgs/samba/patches/glibc-2.28.patch @@ -0,0 +1,32 @@ +--- source3/lib/system.c.orig 2019-01-23 23:55:02.171524646 +0100 ++++ source3/lib/system.c 2019-01-23 23:55:32.693250813 +0100 +@@ -25,6 +25,7 @@ + #include "system/capability.h" + #include "system/passwd.h" + #include "system/filesys.h" ++#include + + #ifdef HAVE_SYS_PRCTL_H + #include + +--- source3/libsmb/clifile.c.orig 2019-01-24 00:00:41.142565919 +0100 ++++ source3/libsmb/clifile.c 2019-01-24 00:00:28.148674834 +0100 +@@ -26,6 +26,7 @@ + #include "libsmb/clirap.h" + #include "trans2.h" + #include "ntioctl.h" ++#include + + /*********************************************************** + Common function for pushing stings, used by smb_bytes_push_str() + +--- lib/replace/replace.h.orig 2019-01-24 00:04:11.908799366 +0100 ++++ lib/replace/replace.h 2019-01-24 00:04:32.329628199 +0100 +@@ -40,6 +40,7 @@ + #include + #include + #include ++#include + + #if defined(_MSC_VER) || defined(__MINGW32__) + #include "win32_replace.h"