mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Bump SONAME to 2
libcriu.so used to have the SONAME $ readelf -d lib/c/libcriu.so | grep SONAME 0x000000000000000e (SONAME) Library soname: [libcriu.so.1] The recent changes to libcriu (removed and added functions, changes from `char *`-args to `const char *`) are breaking ABI and API. This requires a new SONAME of 2. This patch changes the SONAME to 2: $ readelf -d lib/c/libcriu.so | grep SONAME 0x000000000000000e (SONAME) Library soname: [libcriu.so.2] Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
6c8ea60491
commit
69e3536285
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export CRIU_VERSION_EXTRA CRIU_VERSION_NAME CRIU_VERSION
|
|||
|
||||
#
|
||||
# C library for CRIU.
|
||||
CRIU_SO_VERSION_MAJOR := 1
|
||||
CRIU_SO_VERSION_MAJOR := 2
|
||||
CRIU_SO_VERSION_MINOR := 0
|
||||
|
||||
export CRIU_SO_VERSION_MAJOR CRIU_SO_VERSION_MINOR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue