projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ddb7d
)
tools: add APPEND_LDFLAGS to xentop link command
author
Olaf Hering
<olaf@aepfle.de>
Thu, 17 Apr 2014 14:13:46 +0000
(16:13 +0200)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 23 Apr 2014 11:21:34 +0000
(12:21 +0100)
Required to pass -Wl,-rpath,$libdir to link command.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/xenstat/xentop/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenstat/xentop/Makefile
b/tools/xenstat/xentop/Makefile
index afed0d190de3634eea825c4d8de3cf25c62336d4..e78166ef964ae0fd13366dd667442484e6bf6392 100644
(file)
--- a/
tools/xenstat/xentop/Makefile
+++ b/
tools/xenstat/xentop/Makefile
@@
-24,6
+24,7
@@
CFLAGS += -DHOST_$(XEN_OS)
# Include configure output (config.h) to headers search path
CFLAGS += -I$(XEN_ROOT)/tools
+LDFLAGS += $(APPEND_LDFLAGS)
.PHONY: all
all: xentop