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 #3

Merged

Commits on Aug 22, 2021

  1. Encapsulate the internal SQLite

    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 fixes both signalapp/Signal-Desktop#4513
    and signalapp/Signal-Desktop#5471 for us.
    heftig committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    32d3ee7 View commit details
    Browse the repository at this point in the history