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-0003-build-find-FILE_OFFSET_BITS-via-array.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-0003-build-find-FILE_OFFSET_BITS-via-array.patch')
-rw-r--r-- | package/samba4/samba4-0003-build-find-FILE_OFFSET_BITS-via-array.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/samba4/samba4-0003-build-find-FILE_OFFSET_BITS-via-array.patch b/package/samba4/samba4-0003-build-find-FILE_OFFSET_BITS-via-array.patch index 9187cd2b10..8dae44ddbb 100644 --- a/package/samba4/samba4-0003-build-find-FILE_OFFSET_BITS-via-array.patch +++ b/package/samba4/samba4-0003-build-find-FILE_OFFSET_BITS-via-array.patch @@ -17,7 +17,7 @@ array. If it's false it gives array[(-1 * 1)] thus failing with a negative-sized array. -Status: upstream for next branch. +Status: Upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- |