Commit e934bfa
Set correct library version, and thus correct automatic soname
From https://mesonbuild.com/Reference-manual_functions.html:
If soversion is not specified, the first part of version is used
instead (see below). For example, if version is 3.6.0 and soversion
is not defined, it is set to 3.
With this change, correct libpispi.so.1 symlink to libpispi.so.1.0.1
is produced, as expected by most distributions.
Fixes: 2c8b00e ("build: Update .so versioning to x.y format")
Signed-off-by: Dimitri John Ledkov <[email protected]>1 parent 551c5b6 commit e934bfa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments