From 4042bf642b4e833b8038cdaa9ba0f90ce65e3d2a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 1 Mar 2022 05:24:39 -0500 Subject: [PATCH] import compat-libgfortran-48-4.8.5-36.5.el9 --- SPECS/compat-libgfortran-48.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/compat-libgfortran-48.spec b/SPECS/compat-libgfortran-48.spec index f7f97a9..d9e89dc 100644 --- a/SPECS/compat-libgfortran-48.spec +++ b/SPECS/compat-libgfortran-48.spec @@ -14,7 +14,7 @@ Summary: Compatibility Fortran runtime library version 4.8.5 Name: compat-libgfortran-48 %global gcc_version 4.8.5 Version: %{gcc_version} -Release: %{gcc_release}.4%{?dist}.1 +Release: %{gcc_release}.5%{?dist} # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -459,7 +459,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" \ --build=%{gcc_target_platform} %endif -make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" MAKEINFO=missing +make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" LDFLAGS_FOR_TARGET=-Wl,-z,relro,-z,now MAKEINFO=missing %install rm -fr %{buildroot} @@ -506,6 +506,9 @@ rm -rf testlogs-%{_target_platform}-%{version}-%{release} %{_libdir}/libgfortran.so.3* %changelog +* Wed Jan 26 2022 Marek Polacek - 4.8.5-36.5 +- build with -Wl,-z,relro,-z,now (#2044834) + * Mon Aug 09 2021 Mohan Boddu - 4.8.5-36.4.1 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688