diff --git a/AFLplusplus.spec b/AFLplusplus.spec index efc53beaeb707ff55493e7571e7fe8711797a06f..87ffae85adbb5a65839c49ec0d68f1a8359b11d7 100644 --- a/AFLplusplus.spec +++ b/AFLplusplus.spec @@ -2,7 +2,7 @@ Name: AFLplusplus Version: 4.10c Summary: Practical, instrumentation-driven fuzzer for binary formats License: Apache 2.0 -Release: 3 +Release: 4 URL: https://github.com/AFLplusplus/AFLplusplus Source0: https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v%{version}.tar.gz @@ -14,6 +14,7 @@ BuildRequires: make chrpath Requires: gcc gcc-c++ %global afl_helper_path %{_libdir}/afl +%define _lto_cflags %{nil} %description American fuzzy lop uses a novel type of compile-time instrumentation @@ -203,9 +204,15 @@ mv $RPM_BUILD_ROOT%{_pkgdocdir} pkg-docs %changelog +* Fri Feb 7 2025 liyancheng <412998149@qq.com> - 4.10c-4 +- Type: Bugfix +- ID: NA +- SUG: NA +- DESC: Fix build error with lto. + * Wed May 29 2024 yueyuankun - 4.10c-3 - Type: compile -- ID:T NA +- ID: NA - SUG: NA - DESC: Fix build error on loongarch64