From 1e378a7ca868e8c75099c3210b18108d12a1708f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 3 Aug 2017 18:38:43 +0200 Subject: samba: fix compile with musl toolchain Patches from Alpine Linux allowing to compile samba with musl toolchain. Reported-By: Ints M --- package/samba/patches/patch-source3_lib_util_c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/samba/patches/patch-source3_lib_util_c') diff --git a/package/samba/patches/patch-source3_lib_util_c b/package/samba/patches/patch-source3_lib_util_c index 41b3afb06..5755bb837 100644 --- a/package/samba/patches/patch-source3_lib_util_c +++ b/package/samba/patches/patch-source3_lib_util_c @@ -1,6 +1,6 @@ ---- samba-4.2.1.orig/source3/lib/util.c 2015-01-16 09:18:39.000000000 +0100 -+++ samba-4.2.1/source3/lib/util.c 2015-04-26 13:26:28.000000000 +0200 -@@ -562,6 +562,7 @@ char *get_mydnsdomname(TALLOC_CTX *ctx) +--- samba-4.6.6.orig/source3/lib/util.c 2017-02-09 08:45:27.000000000 +0100 ++++ samba-4.6.6/source3/lib/util.c 2017-08-02 21:54:59.695281066 +0200 +@@ -565,6 +565,7 @@ char *get_mydnsdomname(TALLOC_CTX *ctx) } } @@ -8,7 +8,7 @@ #if (defined(HAVE_NETGROUP) && defined(WITH_AUTOMOUNT)) /****************************************************************** Remove any mount options such as -rsize=2048,wsize=2048 etc. -@@ -684,6 +685,7 @@ char *automount_lookup(TALLOC_CTX *ctx, +@@ -687,6 +688,7 @@ char *automount_lookup(TALLOC_CTX *ctx, } #endif /* WITH_NISPLUS_HOME */ #endif -- cgit v1.2.3