Skip to content

android: fix 32bits builds#1917

Merged
Frenzie merged 1 commit into
koreader:masterfrom
benoit-pierre:pr/fix_android_32bits_builds
Aug 31, 2024
Merged

android: fix 32bits builds#1917
Frenzie merged 1 commit into
koreader:masterfrom
benoit-pierre:pr/fix_android_32bits_builds

Conversation

@benoit-pierre

@benoit-pierre benoit-pierre commented Aug 31, 2024

Copy link
Copy Markdown
Member

MuPDF would fail to open some ZIPs:

MuPDF cannot open file.: cannot find end of central directory (7)

Make sure all code is compiled with -U_FILE_OFFSET_BITS -D_FILE_OFFSET_BITS=32.

NOTE: the initial -U_FILE_OFFSET_BITS is for meson external projects (cf. mesonbuild/meson#3519).


This change is Reviewable

MuPDF would fail to open some ZIPs:

> MuPDF cannot open file.: cannot find end of central directory (7)

Make sure all code is compiled with `-U_FILE_OFFSET_BITS -D_FILE_OFFSET_BITS=32`.

NOTE: the initial `-U_FILE_OFFSET_BITS` is for meson external
projects (cf. mesonbuild/meson#3519).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants