[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-stable] [PULL 01/30] configure: recognize more rpmbuild macros
From: |
Paolo Bonzini |
Subject: |
[Qemu-stable] [PULL 01/30] configure: recognize more rpmbuild macros |
Date: |
Wed, 9 May 2018 00:14:18 +0200 |
From: Olaf Hering <address@hidden>
Extend the list of recognized, but ignored options from rpms %configure
macro. This fixes build on hosts running SUSE Linux.
Cc: address@hidden
Signed-off-by: Olaf Hering <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index 1443422..83a6080 100755
--- a/configure
+++ b/configure
@@ -964,6 +964,8 @@ for opt do
;;
--firmwarepath=*) firmwarepath="$optarg"
;;
+ --host=*|--build=*|\
+ --disable-dependency-tracking|\
--sbindir=*|--sharedstatedir=*|\
--oldincludedir=*|--datarootdir=*|--infodir=*|--localedir=*|\
--htmldir=*|--dvidir=*|--pdfdir=*|--psdir=*)
--
1.8.3.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-stable] [PULL 01/30] configure: recognize more rpmbuild macros,
Paolo Bonzini <=