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

Specify library version more completely #259

Merged
merged 1 commit into from Nov 2, 2023

Conversation

amigadave
Copy link
Contributor

If the library version is not specified, meson installs the shared object using only the soversion, and this causes ldconfig to emit a warning that the shared object is not a symlink. Specifying a version that matches the project version means that version is used for the shared object, and the soversion-named file is then a symilnk to that, which is common across other libraries, and avoids the warning from ldconfig.

https://bugzilla.redhat.com/show_bug.cgi?id=2247508

If the library version is not specified, meson installs the shared
object using only the soversion, and this causes ldconfig to emit a
warning that the shared object is not a symlink. Specifying a version
that matches the project version means that version is used for the
shared object, and the soversion-named file is then a symilnk to that,
which is common across other libraries, and avoids the warning from
ldconfig.

https://bugzilla.redhat.com/show_bug.cgi?id=2247508
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5910ad2) 73.15% compared to head (0d62a69) 73.15%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #259   +/-   ##
=======================================
  Coverage   73.15%   73.15%           
=======================================
  Files          16       16           
  Lines         842      842           
  Branches      238      238           
=======================================
  Hits          616      616           
  Misses        131      131           
  Partials       95       95           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@janbrummer janbrummer merged commit 42b58ef into libproxy:main Nov 2, 2023
6 checks passed
@amigadave amigadave deleted the versioned-library branch November 2, 2023 11:36
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

2 participants