diff options
Diffstat (limited to 'meta-filesystems/recipes-utils/xfsprogs/files/0002-configure-Use-AC_SYS_LARGERFILE-autoconf-macro.patch')
| -rw-r--r-- | meta-filesystems/recipes-utils/xfsprogs/files/0002-configure-Use-AC_SYS_LARGERFILE-autoconf-macro.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/xfsprogs/files/0002-configure-Use-AC_SYS_LARGERFILE-autoconf-macro.patch b/meta-filesystems/recipes-utils/xfsprogs/files/0002-configure-Use-AC_SYS_LARGERFILE-autoconf-macro.patch new file mode 100644 index 0000000000..d62ad022c3 --- /dev/null +++ b/meta-filesystems/recipes-utils/xfsprogs/files/0002-configure-Use-AC_SYS_LARGERFILE-autoconf-macro.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 471bbf39f6b9104d39f0b9c8d4a64328dd5ae58e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Wed, 21 Dec 2022 17:40:11 -0800 | ||
| 4 | Subject: [PATCH] configure: Use AC_SYS_LARGERFILE autoconf macro | ||
| 5 | |||
| 6 | Helps define largefile support on relevant platforms | ||
| 7 | |||
| 8 | Upstream-Status: Submitted [https://lore.kernel.org/linux-xfs/20221222015327.939932-1-raj.khem@gmail.com/T/#t] | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | configure.ac | 3 +++ | ||
| 12 | 1 file changed, 3 insertions(+) | ||
| 13 | |||
| 14 | diff --git a/configure.ac b/configure.ac | ||
| 15 | index a8b8f7d..f8caa73 100644 | ||
| 16 | --- a/configure.ac | ||
| 17 | +++ b/configure.ac | ||
| 18 | @@ -18,6 +18,9 @@ AC_PROG_INSTALL | ||
| 19 | LT_INIT | ||
| 20 | |||
| 21 | AC_PROG_CC | ||
| 22 | + | ||
| 23 | +AC_SYS_LARGEFILE | ||
| 24 | + | ||
| 25 | AC_ARG_VAR(BUILD_CC, [C compiler for build tools]) | ||
| 26 | if test "${BUILD_CC+set}" != "set"; then | ||
| 27 | if test $cross_compiling = no; then | ||
