summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/files/autoconf-2.73.patch
blob: 63dea88bfc4928ec55b101c5b70465fdd1d35e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
The gnulib largefile macro needs updating to work with autoconf 2.73. Rather
than the full code:

https://git.savannah.gnu.org/cgit/gnulib.git/commit/m4/largefile.m4?id=f91f633858cf132e50924224c50d6264a92caabb

Just tweak the exiting code to work with 2.73. The next parted upgrade should
update to new gnulib

Upstream-Status: Inappropriate
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

--- a/m4/largefile.m4
+++ b/m4/largefile.m4
@@ -27,7 +27,7 @@ AC_DEFUN([gl_SET_LARGEFILE_SOURCE],
 # Work around a problem in autoconf <= 2.69:
 # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5,
 # or configures them incorrectly in some cases.
-m4_version_prereq([2.70], [], [
+m4_version_prereq([2.73], [], [
 
 # _AC_SYS_LARGEFILE_TEST_INCLUDES
 # -------------------------------