bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] libtextstyle: enable large files support


From: Dmitry V. Levin
Subject: [PATCH] libtextstyle: enable large files support
Date: Fri, 3 Jan 2020 05:42:21 +0300

Since style_file_lookup function uses stat(2), large files support
should be enabled to make this function work properly on file systems
with 64-bit inodes.

* libtextstyle/autogen.sh (GNULIB_MODULES): Add 'largefile' to enable
large files support on systems where this is not the default.
---
 libtextstyle/autogen.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libtextstyle/autogen.sh b/libtextstyle/autogen.sh
index 160bae4d8..3346d1176 100755
--- a/libtextstyle/autogen.sh
+++ b/libtextstyle/autogen.sh
@@ -87,6 +87,7 @@ if test $skip_gnulib = false; then
       term-styled-ostream
     filename
     isatty
+    largefile
     vasprintf-posix
     xalloc
     xconcat-filename
-- 
ldv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]