On 18/04/2018 11:23, Paolo Bonzini wrote: > On 18/04/2018 09:50, Olaf Hering wrote: >> 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 <[email protected]> >> --- >> 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|\
Actually, --program-prefix= and --exec-prefix= have a meaning, they cannot just be ignored. For now I've removed this line; what is the exact incantation used by SUSE Linux? Thanks, Paolo >> --sbindir=*|--sharedstatedir=*|\ >> --oldincludedir=*|--datarootdir=*|--infodir=*|--localedir=*|\ >> --htmldir=*|--dvidir=*|--pdfdir=*|--psdir=*) >> > > Queued, thanks. > > Paolo >
