From: Olaf Hering Date: Thu, 17 Apr 2014 14:13:46 +0000 (+0200) Subject: tools: add APPEND_LDFLAGS to xentop link command X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5161 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ebeee40c1651c187f5e200f8de9dbbc6db52eb67;p=xen.git tools: add APPEND_LDFLAGS to xentop link command Required to pass -Wl,-rpath,$libdir to link command. Signed-off-by: Olaf Hering Acked-by: Ian Campbell --- diff --git a/tools/xenstat/xentop/Makefile b/tools/xenstat/xentop/Makefile index afed0d190d..e78166ef96 100644 --- 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