diff --git a/AFLplusplus.spec b/AFLplusplus.spec index 38ffd4d52ef59c3e5cd551e60ff004a4171113b4..d634a3d03017e8fe4a875469cdb60d49787f7bad 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: 2 +Release: 3 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 @@ -198,6 +199,12 @@ mv $RPM_BUILD_ROOT%{_pkgdocdir} pkg-docs %changelog +* Fri Feb 7 2025 liyancheng <412998149@qq.com> - 4.10c-3 +- Type: Bugfix +- ID: NA +- SUG: NA +- DESC: Disable LTO for AFLplusplus. + * Thu Apr 25 2024 liyancheng <412998149@qq.com> - 4.10c-2 - Type: Update - ID: NA