Re: [Qemu-devel] [PATCH v1] configure: recognize more rpmbuild macros

2018-05-09 Thread Paolo Bonzini
On 09/05/2018 07:44, Olaf Hering wrote: > Am Wed, 9 May 2018 00:15:42 +0200 > schrieb Paolo Bonzini : > >> 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? > > Like

Re: [Qemu-devel] [PATCH v1] configure: recognize more rpmbuild macros

2018-05-08 Thread Olaf Hering
Am Wed, 9 May 2018 00:15:42 +0200 schrieb Paolo Bonzini : > 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? Like in every other rpm.rpm I guess: /usr/lib/rpm/macros:

Re: [Qemu-devel] [PATCH v1] configure: recognize more rpmbuild macros

2018-05-08 Thread Paolo Bonzini
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 >> --- >> configure | 3 +++ >> 1 file changed, 3

Re: [Qemu-devel] [PATCH v1] configure: recognize more rpmbuild macros

2018-04-18 Thread Paolo Bonzini
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 > --- > configure | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/configure b/confi

[Qemu-devel] [PATCH v1] configure: recognize more rpmbuild macros

2018-04-18 Thread Olaf Hering
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 +