Discussion:
[Xen-changelog] [xen master] tools/xenstat: Fix shared library version
p***@xen.org
2018-10-11 00:45:54 UTC
Permalink
commit 57077cc42ea03a788f03cb01dcf1cee491d80992
Author: Bastian Blank <***@debian.org>
AuthorDate: Sat Jul 5 11:46:50 2014 +0200
Commit: Ian Jackson <***@eu.citrix.com>
CommitDate: Mon Oct 8 15:20:19 2018 +0100

tools/xenstat: Fix shared library version

libxenstat does not have a stable ABI. Set its version to the current
Xen release version.

Signed-off-by: Ian Jackson <***@citrix.com>
Acked-by: Wei Liu <***@citrix.com>
---
tools/xenstat/libxenstat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/xenstat/libxenstat/Makefile b/tools/xenstat/libxenstat/Makefile
index 8979fa1583..8c6ddf86e8 100644
--- a/tools/xenstat/libxenstat/Makefile
+++ b/tools/xenstat/libxenstat/Makefile
@@ -18,7 +18,7 @@ include $(XEN_ROOT)/tools/Rules.mk
LDCONFIG=ldconfig
MAKE_LINK=ln -sf

-MAJOR=0
+MAJOR=4.11
MINOR=0

LIB=src/libxenstat.a
--
generated by git-patchbot for /home/xen/git/xen.git#master

Loading...