diff --git a/ocaml.spec b/ocaml.spec index 45147c149771c428b6e88cb0a6f51fdc81133c8a..2a9252f26efb11ac0ff89a6d1cb673be6995639d 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -13,7 +13,7 @@ Name: ocaml Version: 4.14.1 -Release: 2 +Release: 1 Summary: OCaml compiler and programming environment License: LGPL-2.1-only URL: http://www.ocaml.org @@ -82,9 +82,9 @@ autoconf --force %build -export CC='ccache gcc' +export CC='gcc' export AS='as' -test -x "$(type -P {ccache,gcc} | xargs readlink -f)" && export CC="$_" +test -x "$(type -P gcc | xargs readlink -f)" && export CC="$_" test -x "$(type -P as | xargs readlink -f)" && export AS="$_" export ASPP="$CC -c" configure_target= @@ -248,9 +248,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/ocaml/eventlog_metadata %{_mandir}/man3/* %changelog -* Tue Apr 02 2024 yaoxin - 4.14.1-2 -- Support ccache compile to fix build error - * Fri Feb 2 2024 Jingwiw - 4.14.1-1 - Upgrade version to 4.14.1