From: Wei Liu Date: Mon, 9 Mar 2015 16:48:05 +0000 (+0000) Subject: build libxc and libxenstore X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4535e9b116ff3050e06ceacb2a5c8707baa05ec6;p=people%2Fliuw%2Frump-build-script-junk.git build libxc and libxenstore --- diff --git a/script b/script index 13e9613..4b7916d 100755 --- a/script +++ b/script @@ -99,3 +99,13 @@ dirx env PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-confi --prefix=/local/scratch/Rump-kernels/prefix --disable-shared --enable-static dirx /local/scratch/Rump-kernels/rumpuser-xen/app-tools/rumprun-xen-make -j4 CPPFLAGS="-U__SSE2__" stdmakeinstall + + + +# build libxc and libxenstore +setdir /local/scratch/Rump-kernels/xen.git/tools +dirx env PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-config \ + /local/scratch/Rump-kernels/rumpuser-xen/app-tools/rumprun-xen-configure ./configure \ + --prefix=/local/scratch/Rump-kernels/prefix +dirx /local/scratch/Rump-kernels/rumpuser-xen/app-tools/rumprun-xen-make -j4 CPPFLAGS="-U__SSE2__" +stdmakeinstall