From: Ian Jackson Date: Tue, 21 Oct 2014 17:45:42 +0000 (+0100) Subject: edits X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8963ce981fab7c1853bb73fca738d83d877317ec;p=people%2Fliuw%2Frump-build-script-junk.git edits --- diff --git a/qemu-configure-rune b/qemu-configure-rune index cf70519..c153fa5 100755 --- a/qemu-configure-rune +++ b/qemu-configure-rune @@ -1,4 +1,5 @@ - ./configure \ +export PKG_CONFIG=/u/iwj/work/Rump-kernels/junk/pkg-config +./configure \ --disable-linux-user \ --cc=/u/iwj/work/Rump-kernels/rumpuser-xen/app-tools/rumpapp-xen-cc.configure \ --static --cxx=false \ @@ -18,7 +19,7 @@ -L/u/iwj/work/Rump-kernels/xen.git/tools/../tools/libxc \ -L/u/iwj/work/Rump-kernels/xen.git/tools/../tools/xenstore \ -L/u/iwj/work/Rump-kernels/prefix/lib \ - " + " \ --bindir=/u/iwj/work/Rump-kernels/prefix-qemu/bin \ --datadir=/u/iwj/work/Rump-kernels/prefix-qemu/share/qemu-xen \ --localstatedir=/var \