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

Work-around C++ weirdness on Legacy Kindle #1717

Merged
merged 3 commits into from
Dec 22, 2023
Merged

Conversation

NiLuJe
Copy link
Member

@NiLuJe NiLuJe commented Dec 22, 2023

Also, minor third-party bumps for LuaJIT & SQLite.


This change is Reviewable

Ought to be safe enough for us, so, whatever.
c.f., koreader/koreader#11246

I'm leaving PocketBook alone, as despite the TC targeting really awfully
old crap, the reality is somewhat less dramatic, and nobody's seen a
similar issue so far anyway (also, InkView >_<").
@NiLuJe NiLuJe merged commit d83148b into koreader:master Dec 22, 2023
2 checks passed
# Works around potential deadlocks with local statics in LunaSVG (cxa_guard -> futex)
# We're not multi-threaded, so, whatever.
# c.f., https://github.com/koreader/koreader/discussions/11246
COMPAT_CXXFLAGS+=-fno-threadsafe-statics
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite strange

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup :/.

NiLuJe added a commit to koreader/koreader that referenced this pull request Dec 22, 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