On 07.06.2012 02:06, Andreas Färber wrote:
> Am 06.06.2012 23:11, schrieb Michael Tokarev:
[]
> Reviewed-by: Andreas Färber <afaer...@suse.de>
> 
> I noticed the lack of this and just passed libexecdir= to make as a
> workaround for our openSUSE package.

Thank you for your review.  However, passing libexecdir= to make
wont work, due to this:

>> by ./configure.  Even more, the same patch sets unused $libexecdir
>> variable in the generated config-host.mak, and uses fixed string
>> (\${prefix}/libexecdir) for the bridge helper binary.

configure:
echo "CONFIG_QEMU_HELPERDIR=\"$prefix/libexec\"" >> $config_host_mak

You need to pass CONFIG_QEMU_HELPERDIR= not libexecdir= to make.

/mjt

Reply via email to