13.2.1-6.3

Use the system dir in --with-libstdcxx-zoneinfo

Resolves: RHEL-21093
This commit is contained in:
Marek Polacek 2024-01-09 13:25:25 -05:00
parent 1f5b5a6a70
commit f9ee42eaf5

View File

@ -149,7 +149,7 @@ BuildRequires: scl-utils-build
Summary: GCC version 13 Summary: GCC version 13
Name: %{?scl_prefix}gcc Name: %{?scl_prefix}gcc
Version: %{gcc_version} Version: %{gcc_version}
Release: %{gcc_release}.2%{?dist} Release: %{gcc_release}.3%{?dist}
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception. # GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@ -927,7 +927,7 @@ CONFIGURE_OPTS="\
%endif %endif
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \ --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \ --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \
--enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=%{_datadir}/zoneinfo \ --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=%{_root_datadir}/zoneinfo \
%ifnarch %{mips} %ifnarch %{mips}
--with-linker-hash-style=gnu \ --with-linker-hash-style=gnu \
%endif %endif
@ -2907,6 +2907,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Jan 9 2024 Marek Polacek <polacek@redhat.com> 13.2.1-6.3
- use the system dir in --with-libstdcxx-zoneinfo (RHEL-21093)
* Fri Dec 15 2023 Marek Polacek <polacek@redhat.com> 13.2.1-6.2 * Fri Dec 15 2023 Marek Polacek <polacek@redhat.com> 13.2.1-6.2
- fix for libstdc++_nonshared.a on ppc64le (RHEL-17960) - fix for libstdc++_nonshared.a on ppc64le (RHEL-17960)