Re: [Qemu-devel] [PATCH] need to export variables in config.mak

2011-10-03 Thread Jan Kiszka
On 2011-09-30 19:40, Chris Friesen wrote: > The variables being written to config.mak by configure > need to be exported in order to take effect when building > the package. > > The following patch fixes this in our environment. > > Signed-off-by: Chris Friesen > > > Index: kvm-kmod-3.0b/confi

[Qemu-devel] [PATCH] need to export variables in config.mak

2011-09-30 Thread Chris Friesen
The variables being written to config.mak by configure need to be exported in order to take effect when building the package. The following patch fixes this in our environment. Signed-off-by: Chris Friesen Index: kvm-kmod-3.0b/configure =