projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abae046
)
tools/xenstat: Fix shared library version
author
Bastian Blank
<waldi@debian.org>
Sat, 5 Jul 2014 09:46:50 +0000
(11:46 +0200)
committer
Hans van Kranenburg
<hans@knorrie.org>
Thu, 1 Oct 2020 12:50:58 +0000
(13:50 +0100)
libxenstat does not have a stable ABI. Set its version to the current
Xen release version.
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Gbp-Pq: Name 0013-tools-xenstat-Fix-shared-library-version.patch
tools/xenstat/libxenstat/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenstat/libxenstat/Makefile
b/tools/xenstat/libxenstat/Makefile
index 8979fa1583b2634dee66faafe8feb00dfd936b56..8c6ddf86e8453d42d4c30688d67935411dfde6c8 100644
(file)
--- 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