Fix clang build error.

Add option in spec to solve the error.
This commit is contained in:
yuzengqi 2023-09-23 16:29:27 +08:00
parent f5de47833c
commit 1531c70cbb

View File

@ -1336,6 +1336,9 @@ bash ../configure \
%endif
%ifarch %{ppc64le}
--with-jobs=1 \
%endif
%if "%toolchain" == "clang"
--with-toolchain-type=clang \
%endif
--with-version-build=%{buildver} \
--with-version-pre=\"${EA_DESIGNATOR}\" \