qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1] configure: recognize more rpmbuild macros
@ 2018-04-18  7:50 Olaf Hering
  2018-04-18  9:23 ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Olaf Hering @ 2018-04-18  7:50 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Olaf Hering, Gerd Hoffmann, Paolo Bonzini, Peter Maydell,
	Fam Zheng, Philippe Mathieu-Daudé,
	open list:All patches CC here

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 <olaf@aepfle.de>
---
 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=*) firmwarepath="$optarg"
   ;;
+  --host=*|--build=*|\
+  --program-prefix=*|--exec-prefix=*|\
+  --disable-dependency-tracking|\
   --sbindir=*|--sharedstatedir=*|\
   --oldincludedir=*|--datarootdir=*|--infodir=*|--localedir=*|\
   --htmldir=*|--dvidir=*|--pdfdir=*|--psdir=*)

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-09 10:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-18  7:50 [Qemu-devel] [PATCH v1] configure: recognize more rpmbuild macros Olaf Hering
2018-04-18  9:23 ` Paolo Bonzini
2018-05-08 22:15   ` Paolo Bonzini
2018-05-09  5:44     ` Olaf Hering
2018-05-09 10:32       ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).