From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjDIP-0003Gt-RX for qemu-devel@nongnu.org; Mon, 16 Mar 2009 09:56:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjDIK-0003G8-Qa for qemu-devel@nongnu.org; Mon, 16 Mar 2009 09:56:00 -0400 Received: from [199.232.76.173] (port=47775 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjDIK-0003G4-D4 for qemu-devel@nongnu.org; Mon, 16 Mar 2009 09:55:56 -0400 Received: from caffeine.csclub.uwaterloo.ca ([129.97.134.17]:48056) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LjDIK-0007c1-12 for qemu-devel@nongnu.org; Mon, 16 Mar 2009 09:55:56 -0400 Received: from caffeine.csclub.uwaterloo.ca (localhost [127.0.0.1]) by caffeine.csclub.uwaterloo.ca (Postfix) with ESMTP id E614D73EF3 for ; Mon, 16 Mar 2009 09:55:49 -0400 (EDT) Date: Mon, 16 Mar 2009 09:55:49 -0400 Subject: Re: [Qemu-devel] Re: Re: Compiling qemu with nas installed Message-ID: <20090316135549.GY12787@csclub.uwaterloo.ca> References: <200903112158.59242.hasso@estpak.ee> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200903112158.59242.hasso@estpak.ee> From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wed, Mar 11, 2009 at 09:58:59PM +0200, Hasso Tepper wrote: > Anthony Liguori wrote: > > Right now, setting CPPFLAGS and LDFLAGS is not what's supported by QEMU > > so if you do that (instead of using --extra-cflags --extra-ldflags), > > YMMV. > > Nobody is going to rewrite package management system because of that. Package management systems should not have to do with compiling software. Besides the compile rules can't assume every program is a gnu autoconf package. There are some seriously awful build scripts out there. Having options you can pass even if they are not the "usual" ones, is better than having to patch the build scripts to do what you want. -- Len Sorensen