Re: [PATCH setup] Enable large files (>2 GiB)

2023-10-10 Thread ASSI via Cygwin-apps
Jon Turney via Cygwin-apps writes: > This seems right, and works for installing qt5-webkit-debuginfo when I > gave it a quick try (seems to work on i686 as well). Oh good to know, so I don't need to boot up the machine that still has the 32bit installation for testing. > (Note that if you have

Re: [PATCH setup] Enable large files (>2 GiB)

2023-10-09 Thread Jon Turney via Cygwin-apps
On 08/10/2023 17:11, ASSI via Cygwin-apps wrote: This fixes the issue reported here: https://cygwin.com/pipermail/cygwin/2023-October/254562.html Not tested on 32bit. Thanks. This seems right, and works for installing qt5-webkit-debuginfo when I gave it a quick try (seems to work on i686

[PATCH setup] Enable large files (>2 GiB)

2023-10-08 Thread ASSI via Cygwin-apps
This fixes the issue reported here: https://cygwin.com/pipermail/cygwin/2023-October/254562.html Not tested on 32bit. --8<---cut here---start->8--- diff --git a/Makefile.am b/Makefile.am index 3bd83dc4..70bfd032 100644 --- a/Makefile.am +++ b/Makefile.am @@