Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbreak build on FreeBSD #18114

Merged
merged 1 commit into from Sep 9, 2023
Merged

Unbreak build on FreeBSD #18114

merged 1 commit into from Sep 9, 2023

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Sep 9, 2023

Regressed by #17589. -D_LARGEFILE64_SOURCE=1 poisoning existed before but didn't break build only by accident.

off_t is always 64-bit on BSDs but Large File Support API is not supported.

ld: error: undefined symbol: fseeko64
>>> referenced by hash.c
>>>               hash.c.o:(filereader_seek) in archive lib/librcheevos.a

ld: error: undefined symbol: ftello64
>>> referenced by hash.c
>>>               hash.c.o:(filereader_tell) in archive lib/librcheevos.a

Based on https://github.com/citra-emu/citra/commit/26af2b644ce6
@hrydgard hrydgard merged commit 4878640 into hrydgard:master Sep 9, 2023
17 of 18 checks passed
@hrydgard hrydgard added this to the v1.16.1 milestone Sep 9, 2023
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.

None yet

3 participants