Make configure step compatible with other toolchain

This commit is contained in:
serge-sans-paille 2021-04-29 16:12:45 +02:00
parent 47a69fd3ce
commit 7e7be1c025

View File

@ -1118,7 +1118,7 @@ tracebackends="dtrace"
run_configure() { run_configure() {
# Base configure call with standard shared options # Base configure call with standard shared options
../configure \ CC=%{__cc} CXX=%{__cxx} ../configure \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--libdir=%{_libdir} \ --libdir=%{_libdir} \
--sysconfdir=%{_sysconfdir} \ --sysconfdir=%{_sysconfdir} \