]> git.eshelyaron.com Git - emacs.git/commit
Expressly disable large file APIs on Android 4.4 and earlier
authorPo Lu <luangruo@yahoo.com>
Mon, 6 May 2024 12:55:49 +0000 (20:55 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:56:59 +0000 (18:56 +0200)
commit9c8b3ce9f91bceb306af5c030aec94aa3d8e7bec
treeccf51ae5d58da0f4c0de71de691b7e8ffdd10c18
parent3bedc81e7bdee71a6ff1beeb0f962191b7d9932a
Expressly disable large file APIs on Android 4.4 and earlier

* configure.ac (CFLAGS): Add -D_FILE_OFFSET_BITS=32 on SDK 20
and earlier that unserviceable functions may not be selected.
Problem reported by Ruth Elburn <ruth@noreply.invalid>.

(cherry picked from commit c5b4bd69faf9e9af9d95f7c995fffb80a7fc47c9)
configure.ac