[Pkg-xen-changes] [xen] 59/70: tools-xenmon-install.diff

Ian James Campbell ijc at moszumanska.debian.org
Thu Dec 17 14:44:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

ijc pushed a commit to branch feature/bug805508
in repository xen.

commit 6ee467b2062d580826424bb81fc4cce3bbf81dd9
Author: Bastian Blank <waldi at debian.org>
Date:   Sat Jul 5 11:47:31 2014 +0200

    tools-xenmon-install.diff
    
    Patch-Name: tools-xenmon-install.diff
---
 tools/xenmon/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile
index cb6d7f8..3eb4fc9 100644
--- a/tools/xenmon/Makefile
+++ b/tools/xenmon/Makefile
@@ -13,6 +13,10 @@
 XEN_ROOT=$(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
+DEFAULT_PYTHON_PATH := $(shell $(XEN_ROOT)/tools/python/get-path)
+PYTHON_PATH ?= $(DEFAULT_PYTHON_PATH)
+INSTALL_PYTHON_PROG = $(XEN_ROOT)/tools/python/install-wrap "$(PYTHON_PATH)" $(INSTALL_PROG)
+
 CFLAGS  += -Werror
 CFLAGS  += $(CFLAGS_libxenctrl)
 LDLIBS  += $(LDLIBS_libxenctrl)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git



More information about the Pkg-xen-changes mailing list