[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 5/9] tools: add APPEND_LDFLAGS to xentop link command
Required to pass -Wl,-rpath,$libdir to link command. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> --- tools/xenstat/xentop/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xenstat/xentop/Makefile b/tools/xenstat/xentop/Makefile index afed0d1..e78166e 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |