From 3c1ba20286537d2f2a4cf4fde40e363e1e585ae6 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 13 Apr 2020 13:29:44 +0200 Subject: [PATCH] libtextstyle: Enable large files and, on Linux, 64-bit inodes support. * libtextstyle/autogen.sh (GNULIB_MODULES): Add 'largefile' to enable large files support on systems where this is not the default and 64-bit inodes in 32-bit applications on Linux. --- libtextstyle/autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libtextstyle/autogen.sh b/libtextstyle/autogen.sh index 45708ba61..09cca2a5d 100755 --- a/libtextstyle/autogen.sh +++ b/libtextstyle/autogen.sh @@ -8,7 +8,7 @@ # If not used from a released tarball, it also requires # - the GNULIB_SRCDIR environment variable pointing to a gnulib checkout. -# Copyright (C) 2003-2019 Free Software Foundation, Inc. +# Copyright (C) 2003-2020 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -87,6 +87,7 @@ if test $skip_gnulib = false; then term-styled-ostream filename isatty + largefile xalloc xconcat-filename -- 2.47.2