From: Wei Liu Date: Mon, 20 Apr 2015 11:27:02 +0000 (+0100) Subject: update libxc build rune X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fcd01baeb9c254d49f3225b2526ed5a33180830b;p=people%2Fliuw%2Frump-build-script-junk.git update libxc build rune --- diff --git a/script b/script index e9756bb..5f52d34 100755 --- a/script +++ b/script @@ -101,12 +101,14 @@ dirx /local/scratch/Rump-kernels/rumprun/app-tools/rumprun-xen-make -j4 CPPFLAGS stdmakeinstall - # build libxc and libxenstore -setdir /local/scratch/Rump-kernels/xen.git/tools +# run ./configure in toplevel to workaround a bug in Xen's build system +# that Paths.mk doesn't get generate if only ./configure in tools +setdir /local/scratch/Rump-kernels/xen.git dirx env PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-config \ /local/scratch/Rump-kernels/rumprun/app-tools/rumprun-xen-configure ./configure \ --prefix=/local/scratch/Rump-kernels/prefix +setdir /local/scratch/Rump-kernels/xen.git/tools dirx /local/scratch/Rump-kernels/rumprun/app-tools/rumprun-xen-make -j4 CPPFLAGS="-U__SSE2__" stdmakeinstall