From nobody Mon Apr 29 16:40:55 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 152403795648723.343657508091837; Wed, 18 Apr 2018 00:52:36 -0700 (PDT) Received: from localhost ([::1]:38504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8htD-00068m-3m for importer@patchew.org; Wed, 18 Apr 2018 03:52:27 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8hs6-0005ao-98 for qemu-devel@nongnu.org; Wed, 18 Apr 2018 03:51:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8hs5-0002Ah-K6 for qemu-devel@nongnu.org; Wed, 18 Apr 2018 03:51:18 -0400 Received: from mo6-p01-ob.smtp.rzone.de ([2a01:238:20a:202:5301::7]:19099) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f8hs3-00023W-2C; Wed, 18 Apr 2018 03:51:15 -0400 Received: from sender by smtp.strato.de (RZmta 43.4 AUTH) with ESMTPSA id Q05f37u3I7os4Hy (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Wed, 18 Apr 2018 09:50:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1524037872; s=strato-dkim-0002; d=aepfle.de; h=Content-Transfer-Encoding:Message-Id:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=6JwbbHDQoSkaAKUaLa0jBOQMj2w/8eVR9aPjejlNZdo=; b=H1yXzdlQHbgFSA5jduRvBKVb9CQQ/xA1gb9t9tSfziDTlqVIIBgTGkYMZVafGBHuiy LkLBhmL0u9w+CmLGDJX2cFJBPzjp03xOVgG2USbRMR9P0HjQlex6ZjiMd4fbmuJD6JU8 pB/rC/tWsk6iPUThu0Wi0iTWwxm9DInCD9u3pJ5FJt/UxgtpU3pf/gIhM7mSJN06ADGJ xdpxzLq72KCyBrNyvzvHacDyNDTfpue/eaZk/skxThdofz+j+s83+p7rNfhyNTjiLH+o pnR7w9NuW7viytNDmQZAgB/DFVDLRnpEcpuYg+I1wDGAckDOUHazBoFUlJN63dQjTmRo 67xA== X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+3q8wa/QXkBR9MXjAuzpIG0mv9coXAgc1+lb4Esstf6UEufFpy8L/NK2kKUAyDFSMDbcP X-RZG-CLASS-ID: mo00 From: Olaf Hering To: qemu-trivial@nongnu.org Date: Wed, 18 Apr 2018 09:50:44 +0200 Message-Id: <20180418075045.27393-1-olaf@aepfle.de> X-Mailer: git-send-email 2.16.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 2a01:238:20a:202:5301::7 Subject: [Qemu-devel] [PATCH v1] configure: recognize more rpmbuild macros X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Olaf Hering , Fam Zheng , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , "open list:All patches CC here" , Gerd Hoffmann , Paolo Bonzini Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Extend the list of recognized, but ignored options from rpms %configure macro. This fixes build on hosts running SUSE Linux. Signed-off-by: Olaf Hering --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 0a19b033bc..6e9b994f21 100755 --- a/configure +++ b/configure @@ -959,6 +959,9 @@ for opt do ;; --firmwarepath=3D*) firmwarepath=3D"$optarg" ;; + --host=3D*|--build=3D*|\ + --program-prefix=3D*|--exec-prefix=3D*|\ + --disable-dependency-tracking|\ --sbindir=3D*|--sharedstatedir=3D*|\ --oldincludedir=3D*|--datarootdir=3D*|--infodir=3D*|--localedir=3D*|\ --htmldir=3D*|--dvidir=3D*|--pdfdir=3D*|--psdir=3D*)