From 7e7be1c025736f26bf191187af3b5cc684518736 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Apr 29 2021 14:15:33 +0000 Subject: Make configure step compatible with other toolchain --- 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} \