diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-05-09 09:31:37 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-09 15:04:40 +0200 |
commit | c94a5431372e35221ba54b462c6d160dac03cdb5 (patch) | |
tree | d285a4099a168f2b0581152f9d0f8d7b5dfb37bf /package/samba4/samba4-0002-Minor-typo-fix-in-source3-wscript.patch | |
parent | 19d02733368b1bd30da03ccdfff4eefa98b6da82 (diff) | |
download | buildroot-c94a5431372e35221ba54b462c6d160dac03cdb5.tar.gz buildroot-c94a5431372e35221ba54b462c6d160dac03cdb5.zip |
samba4: update to upstream patches
Update the package to use patches that have been applied upstream and
update their status comment accordingly.
f_fsid checks have been fixed via upstream patch that allows the cache
to work properly on the result.
Builtin heimdal tools can be worked around via the --bundled-libraries
option to disable those components (even if they are not libraries it
can be done that way).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/samba4/samba4-0002-Minor-typo-fix-in-source3-wscript.patch')
-rw-r--r-- | package/samba4/samba4-0002-Minor-typo-fix-in-source3-wscript.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/package/samba4/samba4-0002-Minor-typo-fix-in-source3-wscript.patch b/package/samba4/samba4-0002-Minor-typo-fix-in-source3-wscript.patch new file mode 100644 index 0000000000..3f5849ddd8 --- /dev/null +++ b/package/samba4/samba4-0002-Minor-typo-fix-in-source3-wscript.patch @@ -0,0 +1,35 @@ +From 8dc24d4006a2e936baf73e116129d2b0a5d71ed7 Mon Sep 17 00:00:00 2001 +From: "Jose A. Rivera" <jarrpa@redhat.com> +Date: Mon, 5 May 2014 07:29:57 -0500 +Subject: [PATCH] Minor typo fix in source3/wscript. + +Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> +Reviewed-by: Volker Lendecke <vl@samba.org> +Reviewed-by: Jeremy Allison <jra@samba.org> + +Autobuild-User(master): Jeremy Allison <jra@samba.org> +Autobuild-Date(master): Mon May 5 22:41:19 CEST 2014 on sn-devel-104 + +Status: Upstream. + +Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> +--- + source3/wscript | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/source3/wscript b/source3/wscript +index 4fe49fa..8cbd9bc 100644 +--- a/source3/wscript ++++ b/source3/wscript +@@ -475,7 +475,7 @@ return acl_get_perm_np(permset_d, perm); + + conf.CHECK_CODE('struct statfs fsd; fsid_t fsid = fsd.f_fsid; return statfs(".", &fsd);', + 'HAVE_STATFS_F_FSID', +- msg="vfs_fileid: checking for statfs() and struct statfs.f_fsid", ++ msg="vfs_fileid checking for statfs() and struct statfs.f_fsid", + headers='sys/types.h sys/statfs.h', + execute=True) + +-- +1.8.5.5 + |