[Pkg-xen-changes] [xen] 43/69: tools-console-prefix.diff
Ian James Campbell
ijc at moszumanska.debian.org
Tue Jan 19 13:24:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
ijc pushed a commit to branch feature/bug805508
in repository xen.
commit 4a3eac9949ecbae3c0a57e079c150f026416babb
Author: Bastian Blank <waldi at debian.org>
Date: Sat Jul 5 11:46:54 2014 +0200
tools-console-prefix.diff
Patch-Name: tools-console-prefix.diff
---
tools/console/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/tools/console/Makefile b/tools/console/Makefile
index 77e8f29..8ce2987 100644
--- a/tools/console/Makefile
+++ b/tools/console/Makefile
@@ -8,6 +8,7 @@ CFLAGS += $(CFLAGS_libxenstore)
LDLIBS += $(LDLIBS_libxenctrl)
LDLIBS += $(LDLIBS_libxenstore)
LDLIBS += $(SOCKET_LIBS)
+LDFLAGS += $(call LDFLAGS_RPATH,../lib)
LDLIBS_xenconsoled += $(UTIL_LIBS)
LDLIBS_xenconsoled += -lrt
@@ -37,9 +38,7 @@ $(eval $(genpath-target))
.PHONY: install
install: $(BIN)
- $(INSTALL_DIR) $(DESTDIR)/$(sbindir)
- $(INSTALL_PROG) xenconsoled $(DESTDIR)/$(sbindir)
$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN)
- $(INSTALL_PROG) xenconsole $(DESTDIR)$(LIBEXEC_BIN)
+ $(INSTALL_PROG) xenconsole xenconsoled $(DESTDIR)$(LIBEXEC_BIN)
-include $(DEPS)
--
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