summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-28 16:42:00 +0000
committerKarl Berry <karl@freefriends.org>2024-04-28 16:42:00 +0000
commit7a84551791577c4b9913e2d6119e7745b3a97388 (patch)
treeff6d80c786a71b97b86a5479f2ecd07f6e0c7301 /Build/source/texk/web2c/ChangeLog
parentce1579f1441296662a5d06762095d312f5fa42be (diff)
avoid off64_t error with zziplib in luazip
git-svn-id: svn://tug.org/texlive/trunk@71105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r--Build/source/texk/web2c/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 96014fdc24d..e5d85a5f2fe 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,19 @@
+2024-04-28 Luigi Scarso <luigi.scarso@gmail.com>
+
+ * configure.ac (LUA53_DEFINES, LUA52_DEFINES, LUAJIT_DEFINES):
+ define _LARGEFILE_SOURCE to help avoid off64_t errors. Specifically:
+
+In file included from /home/texlive/karl/Build/source/Work/libs/zziplib/include/zzip/types.h:25,
+ from /home/texlive/karl/Build/source/Work/libs/zziplib/include/zzip/zzip.h:17,
+ from ../../../texk/web2c/luatexdir/luazip/src/luazip.c:13:
+/home/texlive/karl/Build/source/Work/libs/zziplib/include/zzip/conf.h:50:23: error: unknown type name 'off64_t'
+ #define _zzip_off64_t off64_t
+ ^~~~~~~
+/home/texlive/karl/Build/source/Work/libs/zziplib/include/zzip/types.h:35:15: note: in expansion of macro '_zzip_off64_t'
+ typedef _zzip_off64_t zzip_off64_t;
+ ^~~~~~~~~~~~~
+make[5]: *** [Makefile:10380: luatexdir/luazip/src/libluajitmisc_a-luazip.o] Error 1
+
2024-04-21 Karl Berry <karl@freefriends.org>
* configure.ac (AC_USE_SYSTEM_EXTENSIONS): make it unconditional,