From 14a682eea6e1949d69d4bf0e59b167f9f107feb5 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Thu, 22 Jul 2021 10:44:31 +0800 Subject: [PATCH] disable separate code for execl performance --- binutils.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index a769282..492ec85 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ Summary: Binary utilities Name: binutils Version: 2.34 -Release: 11 +Release: 12 License: GPLv3+ URL: https://sourceware.org/binutils @@ -149,6 +149,7 @@ export LDFLAGS=$RPM_LD_FLAGS --enable-generate-build-notes=no \ $CARGS \ --enable-plugins \ + --enable-separate-code=no \ --enable-shared %make_build %{_smp_mflags} tooldir=%{_prefix} all @@ -321,6 +322,12 @@ fi %{_infodir}/bfd*info* %changelog +* Thu Jul 22 2021 shenyangyang - 2.34-12 +- Type:CVE +- ID:NA +- SUG:NA +- DESC:disable separate code for execl performance + * Sat Jun 19 2021 wangchen - 2.34-11 - Type:CVE - ID:NA -- Gitee