From 7e7be1c025736f26bf191187af3b5cc684518736 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 29 Apr 2021 16:12:45 +0200 Subject: [PATCH] Make configure step compatible with other toolchain --- qemu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 6c2ee7d..520a9e9 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1118,7 +1118,7 @@ tracebackends="dtrace" run_configure() { # Base configure call with standard shared options - ../configure \ + CC=%{__cc} CXX=%{__cxx} ../configure \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --sysconfdir=%{_sysconfdir} \