diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-15 12:24:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-18 07:39:21 +0000 |
commit | 17cdfcb742f989af9af821d4a4517e7068ae5ad9 (patch) | |
tree | c444581f8a44749b510345136d8564b4290861be /meta/recipes-core/dbus | |
parent | a9004ff3f8de83d22d9159a9f103e2773e927a0b (diff) | |
download | openembedded-core-17cdfcb742f989af9af821d4a4517e7068ae5ad9.tar.gz openembedded-core-17cdfcb742f989af9af821d4a4517e7068ae5ad9.tar.bz2 openembedded-core-17cdfcb742f989af9af821d4a4517e7068ae5ad9.zip |
dbus: update large file patch
Upstream has accepted this patch, so update the header and revise the patch to
reflect the form that was merged.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r-- | meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch b/meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch index bb73288609..c6eac2b7dc 100644 --- a/meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch +++ b/meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch @@ -27,7 +27,7 @@ In this situation, we should support large-file for stat64. Add marco AC_SYS_LARGEFILE to do the detection at configure time. It can be disabled by configuring with the `--disable-largefile' option. -Upstream-Status: Submitted +Upstream-Status: Backport Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93545 https://bugs.freedesktop.org/attachment.cgi?id=120747 @@ -44,8 +44,8 @@ index 82806ba..cb5a60b 100644 AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CXX -+AC_SYS_LARGEFILE AC_USE_SYSTEM_EXTENSIONS ++AC_SYS_LARGEFILE AC_ISC_POSIX AC_HEADER_STDC -- |