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

Encapsulate the internal SQLite #684

Merged
merged 1 commit into from
Aug 23, 2021
Merged

Conversation

heftig
Copy link
Contributor

@heftig heftig commented Aug 22, 2021

Add linker flags to

  • prevent the dynamic linker from using an external SQLite for this
    library (-Bsymbolic) and
  • prevent the dynamic linker from using the internal SQLite for other
    libraries (--exclude-libs ALL).

This is just a (conflict-free) cherry-pick of a Signal-specific fix in
signalapp/better-sqlite3#3 that seems OK to upstream further.

Add linker flags to
 - prevent the dynamic linker from using an external SQLite for this
   library (`-Bsymbolic`) and
 - prevent the dynamic linker from using the internal SQLite for other
   libraries (`--exclude-libs ALL`).

This is just a (conflict-free) cherry-pick of a Signal-specific fix in
signalapp/better-sqlite3#3 that seems OK to
upstream further.
@JoshuaWise
Copy link
Member

Thanks for this!

@JoshuaWise JoshuaWise closed this Aug 23, 2021
@JoshuaWise JoshuaWise reopened this Aug 23, 2021
@JoshuaWise JoshuaWise merged commit 23c56aa into WiseLibs:master Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants