1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

Revert "meson: add soversion to libraries (#13960)"

This reverts commit bdbc739d6e.

Such a change needs more thought put into it. By versioning
shared libraries we'd make a false impression that libraries
themselves are actually versioned and have some sort of stable
ABI, which is not the case.

This will be useful when C bindings become stable, but as long
as they are experimental it does not make sense to set SONAME.

Also this change should not have been backported, since it's
severely breaking.
This commit is contained in:
Sergei Zimmerman 2025-09-12 20:43:34 +03:00
parent 377b60ee9b
commit 0db2b8c8fe
No known key found for this signature in database
16 changed files with 0 additions and 16 deletions

View file

@ -45,7 +45,6 @@ subdir('nix-meson-build-support/windows-version')
this_library = library(
'nixmainc',
sources,
soversion : 0,
dependencies : deps_public + deps_private + deps_other,
include_directories : include_dirs,
link_args : linker_export_flags,