Skip to content

Specify library version more completely#259

Merged
janbrummer merged 1 commit intolibproxy:mainfrom
amigadave:versioned-library
Nov 2, 2023
Merged

Specify library version more completely#259
janbrummer merged 1 commit intolibproxy:mainfrom
amigadave:versioned-library

Conversation

@amigadave
Copy link
Copy Markdown
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
@codecov
Copy link
Copy Markdown

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
@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.

2 participants