[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2 of 2] build: append YAJL_CLFAGS and YAJL_LDFLAGS to libxl build
> Ah. ÂI don't think the approach of only using these flags when > compiling libxl is a good one, then, as it would build libxl against > these putative old Xen headers. > > I think the problem then is that the ordering of the various -I and -L > options is wrong. ÂThe EXTRA_* should come near the end, after all of > the -I and -L specified by the build system to refer to other parts of > the Xen tree. > > Would you like to look into how to make that work :-) ? I've took a look at how EXTRA_LIB and EXTRA_INCLUDES are handled, and found that they are appended to CFLAGS and LDFLAGS, so it's mostly the same using CFLAGS or EXTRA_INCLUDES. The best way I've come up to solve this is to modify each makefile and append EXTRA_LIB and EXTRA_INCLUDES at the end, but this means modifying a lot of makefiles. What do you think? Regards, Roger. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |