Skip to content
Snippets Groups Projects
Unverified Commit 42b58efd authored by David King's avatar David King Committed by GitHub
Browse files

Specify library version more completely (#259)

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
parent 5910ad23
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment