From: Bastian Blank Date: Sat, 5 Jul 2014 09:46:50 +0000 (+0200) Subject: tools/xenstat: Fix shared library version X-Git-Tag: archive/raspbian/4.11.3+24-g14b62ab3e5-1+rpi1^2~40 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0583034134eb98f4dfc85d0fa1a0a8c4bdaecc1;p=xen.git 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 --- 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