[prev in list] [next in list] [prev in thread] [next in thread] 

List:       buildroot
Subject:    [Buildroot] [git commit master] busybox: add upstream 1.16 fix
From:       jacmet () uclibc ! org (Peter Korsgaard)
Date:       2010-02-26 14:23:57
Message-ID: 87k4u03wjm.fsf () macbook ! be ! 48ers ! dk
[Download RAW message or body]

> > > > > "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> \
> > > > > writes:

 Thomas> commit: http://git.buildroot.net/buildroot/commit/?id=1d7b6f65c633865b25c8603975f9aec88e4e1275
  Thomas> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 Thomas> Fixes https://bugs.busybox.net/show_bug.cgi?id=1177, available at
 Thomas> http://busybox.net/downloads/fixes-1.16.0/busybox-1.16.0-fsync.patch.

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  package/busybox/busybox-1.16.0-fsync.patch |   13 +++++++++++++
 Thomas>  1 files changed, 13 insertions(+), 0 deletions(-)
 Thomas>  create mode 100644 package/busybox/busybox-1.16.0-fsync.patch

 Thomas> diff --git a/package/busybox/busybox-1.16.0-fsync.patch \
b/package/busybox/busybox-1.16.0-fsync.patch  Thomas> new file mode 100644
 Thomas> index 0000000..b0d73ee
 Thomas> --- /dev/null
 Thomas> +++ b/package/busybox/busybox-1.16.0-fsync.patch
 Thomas> @@ -0,0 +1,13 @@
 Thomas> +diff -urpN busybox-1.16.0/coreutils/fsync.c \
busybox-1.16.0-fsync/coreutils/fsync.c  Thomas> +--- \
busybox-1.16.0/coreutils/fsync.c	2010-01-25 01:59:38.000000000 +0100  Thomas> ++++ \
busybox-1.16.0-fsync/coreutils/fsync.c	2010-02-26 08:24:59.000000000 +0100  Thomas> \
+@@ -7,6 +7,9 @@  Thomas> +  * Licensed under GPLv2 or later, see file LICENSE in \
this tarball for details.  Thomas> +  */
 Thomas> + #include "libbb.h"
 Thomas> ++#ifndef O_NOATIME
 Thomas> ++# define O_NOATIME 0
 Thomas> ++#endif

Hmm, this conflicts with the -compat patch, which also adds this - So
I'll revert.

-- 
Bye, Peter Korsgaard


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic