tools: add APPEND_LDFLAGS to xentop link command
authorOlaf Hering <olaf@aepfle.de>
Thu, 17 Apr 2014 14:13:46 +0000 (16:13 +0200)
committerIan 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

index afed0d190de3634eea825c4d8de3cf25c62336d4..e78166ef964ae0fd13366dd667442484e6bf6392 100644 (file)
@@ -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