Jerone Young
2005-Jul-07 05:35 UTC
[Xen-devel] [PATCH] 2 of 3 fix xenstore for cross compile
xenstore makefile was writing over LDFLAGS instead of including them. Signed-off-by: Jerone Young <jyoung5@us.ibm.com> --- tools/xenstore/Makefile.old 2005-07-06 23:23:39.000000000 -0500 +++ tools/xenstore/Makefile 2005-07-06 23:24:03.000000000 -0500 @@ -20,7 +20,7 @@ BASECFLAGS+= -I$(XEN_ROOT)/xen/include/p BASECFLAGS+= -I. CFLAGS += $(BASECFLAGS) -LDFLAGS=$(PROFILE) -L$(XEN_LIBXC) +LDFLAGS += $(PROFILE) -L$(XEN_LIBXC) TESTDIR=`pwd`/testsuite/tmp TESTFLAGS=-DTESTING TESTENV=XENSTORED_ROOTDIR=$(TESTDIR) XENSTORED_RUNDIR=$(TESTDIR) -- Jerone Young IBM Linux Technology Center jyoung5@us.ibm.com 512-838-1157 (T/L: 678-1157) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel