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.4-1+rpi1^2~38 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=54619e10f1cd8c0cbf046c1f14a64646a12d8f91;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