From: Jan Kiszka <[email protected]>

Adopt the one that libtool is promoting [1], which first of all means a
switch from libebgenv-0.10.0.so to libebgenv.so.0.0.0. The goal is to
enable smoother tracking of our library release by downstream because
library interfaces are not expected to change frequently, specifically
not incompatibly.

[1] 
https://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html

Signed-off-by: Jan Kiszka <[email protected]>
---
 Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0506ea1..b593517 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -106,10 +106,9 @@ pkginclude_HEADERS = \
 #
 # Shared libraries
 #
-LIBEBGENV_SO_VERSION = $(shell $(EGREP) -o '[0-9]+\.[0-9]+' 
$(top_srcdir)/VERSION)
 lib_LTLIBRARIES = libebgenv.la
 libebgenv_la_SOURCES = $(libebgenv_a_SOURCES)
-libebgenv_la_LDFLAGS = -release $(LIBEBGENV_SO_VERSION).0
+libebgenv_la_LDFLAGS = -version-info 0:0:0
 
 #
 # bg_setenv binary
-- 
2.34.1

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/bc71e843da8f1a95e210c5c062ecdf642c6ae905.1650458258.git.jan.kiszka%40siemens.com.

Reply via email to