[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxc: Include private Xen headers in stubdom libxc build
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1249972495 -3600 # Node ID 01fe7054b335434f1b8df08bc18c884b4fdaba4b # Parent 07fe52b0b2e03f4af7ed19c8559e638dd2feef1e libxc: Include private Xen headers in stubdom libxc build The headers libelf.h and elfstructs.h were removed from xen/include/public in 19011:7df072566b8c. But this broke the stubdom build because parts of libxc depend on them. This patch adds $(XEN_ROOT)/xen/include/xen to the stubdom -I path. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- stubdom/Makefile | 1 + 1 files changed, 1 insertion(+) diff -r 07fe52b0b2e0 -r 01fe7054b335 stubdom/Makefile --- a/stubdom/Makefile Mon Aug 10 18:15:19 2009 +0100 +++ b/stubdom/Makefile Tue Aug 11 07:34:55 2009 +0100 @@ -72,6 +72,7 @@ TARGET_CPPFLAGS += -isystem $(CURDIR)/lw TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include/ipv4 TARGET_CPPFLAGS += -I$(CURDIR)/include +TARGET_CPPFLAGS += -I$(XEN_ROOT)/xen/include TARGET_LDFLAGS += -nostdlib -L$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/lib _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |