[Pkg-xen-changes] [xen] 34/128: tools-xenpaging-prefix.diff
Ian Campbell
ijc-guest at moszumanska.debian.org
Sat Jul 12 09:06:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
ijc-guest pushed a commit to branch feature/4.4-updates
in repository xen.
commit 2127da1d6784fa1f0cc88e67bba409ac19ec364e
Author: Bastian Blank <waldi at debian.org>
Date: Sat Jul 5 11:47:08 2014 +0200
tools-xenpaging-prefix.diff
---
tools/xenpaging/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile
index 548d9dd..b5147da 100644
--- a/tools/xenpaging/Makefile
+++ b/tools/xenpaging/Makefile
@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) $(PTHREAD_CFLAGS)
LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore) $(PTHREAD_LIBS)
-LDFLAGS += $(PTHREAD_LDFLAGS)
+LDFLAGS += $(PTHREAD_LDFLAGS) $(call LDFLAGS_RPATH,../lib)
POLICY = default
@@ -25,8 +25,8 @@ xenpaging: $(OBJS)
install: all
$(INSTALL_DIR) $(DESTDIR)$(XEN_PAGING_DIR)
- $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC)
- $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(LIBEXEC)
+ $(INSTALL_DIR) $(DESTDIR)$(PRIVATE_BINDIR)
+ $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(PRIVATE_BINDIR)
clean:
rm -f *.o *~ $(DEPS) xen TAGS $(IBINS) $(LIB)
--
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