termux-packages/packages/coreutils
Fredrik Fornwall 993268c308 Drop -D_FILE_OFFSET_BITS=64 support for now
32-bit android uses 32-bit off_t by default. When building with
-D_FILE_OFFSET_BITS=64 with unified headers off_t are promoted
to 64-bit, but there are bugs in the toolchain and spotty support
for it in the platform (not all functions are available until
android-24, and the platform zlib is compiled with 32-bit off_t).

Also, unless every library&program is rebuilt with 64-bit off_t,
including user-built ones, we risk a mismatch between programs and
libraries which can cause serious (but sometimes subtle) runtime
failures.

As -D_FILE_OFFSET_BITS=64 is not that important for most users
(with mariadb requiring it as an exception), we drop the support
for now by patching it away in <sys/cdefs.h>.
2017-07-07 03:52:46 +02:00
..
tests coreutils: Reference issue in test 2017-01-07 02:02:12 -05:00
Makefile.in.patch coreutils: Update from 8.26 to 8.27 2017-03-10 15:52:47 +01:00
build.sh Drop -D_FILE_OFFSET_BITS=64 support for now 2017-07-07 03:52:46 +02:00
configure.patch Initial push 2015-06-13 01:03:31 +02:00
dd_sys_mtios_h.patch Initial push 2015-06-13 01:03:31 +02:00
debug.patch coreutils: Bump revision after unified headers 2017-07-03 01:28:41 +02:00
lib-stat-size.h.patch coreutils: Fix 32-bit issue with ST_BLKSIZE macro 2017-01-09 17:04:46 -05:00
mktemp.patch Initial push 2015-06-13 01:03:31 +02:00
nohup.c.patch Initial push 2015-06-13 01:03:31 +02:00
pinky_pw_gecos.patch Initial push 2015-06-13 01:03:31 +02:00
pwd.c.patch Initial push 2015-06-13 01:03:31 +02:00
shred.c.patch Initial push 2015-06-13 01:03:31 +02:00
src-hostid.c.patch coreutils: -Werror=implicit-function-declaration 2017-07-07 00:31:19 +02:00
src-ls.c.patch coreutils: Update from 8.25 to 8.26 2016-11-30 21:34:29 -05:00
src-sort.c.patch coreutils: Bump revision after unified headers 2017-07-03 01:28:41 +02:00
src-tac.c.patch coreutils: Bump revision after unified headers 2017-07-03 01:28:41 +02:00