qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] use --libexecdir instead of ignoring it first a


From: Michael Tokarev
Subject: Re: [Qemu-devel] [PATCH] use --libexecdir instead of ignoring it first and reinventing it later
Date: Thu, 07 Jun 2012 02:12:14 +0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.4) Gecko/20120510 Icedove/10.0.4

On 07.06.2012 02:06, Andreas Färber wrote:
> Am 06.06.2012 23:11, schrieb Michael Tokarev:
[]
> Reviewed-by: Andreas Färber <address@hidden>
> 
> 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

[Prev in Thread] Current Thread [Next in Thread]