[Mesa-dev] [PATCH] configure: Enable large file support for the 32-bit platforms

Lauri Kasanen cand at gmx.com
Tue Jan 14 01:55:05 PST 2014


32-bit use is on the increase due to Steam; avoid any surprises
and make Mesa LFS-aware.

CC: "10.0" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Lauri Kasanen <cand at gmx.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 4da6c51..f9a4154 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,7 @@ AC_CHECK_PROGS([PYTHON2], [python2 python])
 AX_PYTHON_MODULE([libxml2], [needed])
 AC_PROG_SED
 AC_PROG_MKDIR_P
+AC_SYS_LARGEFILE
 
 LT_PREREQ([2.2])
 LT_INIT([disable-static])
-- 
1.8.3.1



More information about the mesa-dev mailing list