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

2014-02-01 Thread Lauri Kasanen
On Sat, 1 Feb 2014 11:36:07 +0200 Lauri Kasanen wrote: > On Fri, 31 Jan 2014 13:28:48 -0800 > Carl Worth wrote: > > > Lauri Kasanen writes: > > >> 32-bit use is on the increase due to Steam; avoid any surprises > > >> and make Mesa LFS-aware. > > ... > > >> AC_PROG_MKDIR_P > > >> +AC_SYS_LARG

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

2014-02-01 Thread Lauri Kasanen
On Fri, 31 Jan 2014 13:28:48 -0800 Carl Worth wrote: > Lauri Kasanen writes: > >> 32-bit use is on the increase due to Steam; avoid any surprises > >> and make Mesa LFS-aware. > ... > >> AC_PROG_MKDIR_P > >> +AC_SYS_LARGEFILE > > Hi Lauri, > > Can you describe a bit more what failure modes yo

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

2014-01-31 Thread Carl Worth
Lauri Kasanen writes: >> 32-bit use is on the increase due to Steam; avoid any surprises >> and make Mesa LFS-aware. ... >> AC_PROG_MKDIR_P >> +AC_SYS_LARGEFILE Hi Lauri, Can you describe a bit more what failure modes you encounter without AC_SYS_LARGEFILE in place? I just haven't dealt with th

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

2014-01-29 Thread Lauri Kasanen
On Tue, 14 Jan 2014 11:55:05 +0200 Lauri Kasanen wrote: > 32-bit use is on the increase due to Steam; avoid any surprises > and make Mesa LFS-aware. > > CC: "10.0" > Signed-off-by: Lauri Kasanen > --- > configure.ac | 1 + > 1 file changed, 1 insertion(+) > Ping. Having this done in autocon

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

2014-01-14 Thread Lauri Kasanen
32-bit use is on the increase due to Steam; avoid any surprises and make Mesa LFS-aware. CC: "10.0" Signed-off-by: Lauri Kasanen --- 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 @