[Pkg-xen-changes] [xen] 11/30: tools-console-prefix.diff
Ian James Campbell
ijc at moszumanska.debian.org
Tue Jan 20 15:15:35 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 db197353e29273c49d85fa56e481234b19cdc15e
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 6e55618..3e96550 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
@@ -30,9 +31,7 @@ xenconsole: $(patsubst %.c,%.o,$(wildcard client/*.c))
.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