[Pkg-xen-changes] [xen] 14/30: tools-misc-prefix.diff
Ian James Campbell
ijc at moszumanska.debian.org
Tue Jan 20 15:15:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
ijc pushed a commit to branch feature/experimental-4.5-final
in repository xen.
commit 0b20b83dd104be27b39c5d095d7b73b529c07b76
Author: Bastian Blank <waldi at debian.org>
Date: Sat Jul 5 11:46:59 2014 +0200
tools-misc-prefix.diff
Patch-Name: tools-misc-prefix.diff
---
tools/misc/Makefile | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index 7a2bfd2..98627f9 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -32,6 +32,8 @@ INSTALL_PRIVBIN := $(INSTALL_PRIVBIN-y)
# Include configure output (config.h) to headers search path
CFLAGS += -I$(XEN_ROOT)/tools
+APPEND_LDFLAGS += $(call LDFLAGS_RPATH,../lib)
+
.PHONY: all
all: build
@@ -40,12 +42,8 @@ build: $(TARGETS)
.PHONY: install
install: build
- $(INSTALL_DIR) $(DESTDIR)$(BINDIR)
- $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
- $(INSTALL_PYTHON_PROG) $(INSTALL_BIN) $(DESTDIR)$(BINDIR)
- $(INSTALL_PYTHON_PROG) $(INSTALL_SBIN) $(DESTDIR)$(SBINDIR)
- $(INSTALL_PYTHON_PROG) $(INSTALL_PRIVBIN) $(DESTDIR)$(LIBEXEC_BIN)
+ $(INSTALL_PYTHON_PROG) $(INSTALL_BIN) $(INSTALL_SBIN) $(INSTALL_PRIVBIN) $(DESTDIR)$(LIBEXEC_BIN)
.PHONY: clean
clean:
--
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