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

sqlite: add macos linker patch for 3.49.0 release #983

Merged
merged 1 commit into from
Feb 10, 2025
Merged

Conversation

chenrui333
Copy link
Member

Homebrew/homebrew-core#206808
upstream discussion, https://sqlite.org/forum/forumpost/a179331cbb

before patch

    ├── lib
    │   ├── libsqlite3.a
    │   ├── libsqlite3.dylib -> libsqlite3.dylib.3.49.0
    │   ├── libsqlite3.dylib.0 -> libsqlite3.dylib.3.49.0
    │   ├── libsqlite3.dylib.3.49.0
    │   └── pkgconfig
    │       └── sqlite3.pc

after patch

    ├── lib
    │   ├── libsqlite3.0.dylib -> libsqlite3.3.49.1.dylib
    │   ├── libsqlite3.3.49.1.dylib
    │   ├── libsqlite3.a
    │   ├── libsqlite3.dylib -> libsqlite3.3.49.1.dylib
    │   └── pkgconfig
    │       └── sqlite3.pc

@p-linnane p-linnane merged commit 4df8e46 into master Feb 10, 2025
3 checks passed
@p-linnane p-linnane deleted the sqlite branch February 10, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants