summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch')
-rw-r--r--meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch b/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch
new file mode 100644
index 0000000000..76ca7a76a8
--- /dev/null
+++ b/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch
@@ -0,0 +1,27 @@
1From 470399f3636c412b74f9daf6ae430b13c3126f02 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 15 Dec 2022 15:54:27 -0800
4Subject: [PATCH] configure: Use autoconf macro to detect largefile support
5
6Adds --enable-largefile/--disable-largefile configure knobs
7where default is to detect the support
8
9Upstream-Status: Submitted [https://github.com/strace/strace/pull/230]
10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11---
12 configure.ac | 2 ++
13 1 file changed, 2 insertions(+)
14
15diff --git a/configure.ac b/configure.ac
16index 4797b42dd..7d57fb254 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -43,6 +43,8 @@ AC_PROG_INSTALL
20 AC_PROG_RANLIB
21 AC_PROG_LN_S
22
23+AC_SYS_LARGEFILE
24+
25 AC_USE_SYSTEM_EXTENSIONS
26 AX_CODE_COVERAGE
27