From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScUMp-00021B-Gg for qemu-devel@nongnu.org; Thu, 07 Jun 2012 00:30:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScUMn-000352-Pq for qemu-devel@nongnu.org; Thu, 07 Jun 2012 00:30:39 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:63708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScUMn-00034y-I6 for qemu-devel@nongnu.org; Thu, 07 Jun 2012 00:30:37 -0400 Received: by obbwd20 with SMTP id wd20so363230obb.4 for ; Wed, 06 Jun 2012 21:30:34 -0700 (PDT) Message-ID: <4FD02C7E.5080300@gmail.com> Date: Thu, 07 Jun 2012 12:22:22 +0800 From: Bo Yang MIME-Version: 1.0 References: <1339017061-7358-1-git-send-email-mjt@msgid.tls.msk.ru> <4FCFD476.6040204@suse.de> <4FCFD5BE.7040506@msgid.tls.msk.ru> <4FCFD7D5.1030909@suse.de> <4FCFD84F.2080702@msgid.tls.msk.ru> <4FCFDB5C.8090405@suse.de> In-Reply-To: <4FCFDB5C.8090405@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] use --libexecdir instead of ignoring it first and reinventing it later List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Alexander Graf , Michael Tokarev , qemu-devel , Bruce Rogers > > Bo Yang, I believe you tested the new bridge helper recently. Did you > run into any path issues with /usr/libexec vs. /usr/lib? > I didn't install the package. I only build and test the functions. >>From the source code of configure, the CONFIG_QEMU_HELPERDIR is hardcoded to $prefix/libexec. The patch seems ok to make CONFIG_QEMU_HELPERDIR configurable. > Bruce seems to use make install libexecdir=%_libexecdir for the kvm > package just like I do for qemu. > > Andreas >