Fix testsuite failures in static C++ tests.
Add build requirement on static libstdc++ library to fix testsuite failures for static C++ tests.
This commit is contained in:
parent
9abcefa0aa
commit
dbc262b8ed
10
glibc.spec
10
glibc.spec
@ -69,7 +69,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||||
@ -269,6 +269,10 @@ BuildRequires: elfutils >= 0.72
|
|||||||
BuildRequires: rpm >= 4.2-0.56
|
BuildRequires: rpm >= 4.2-0.56
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# The testsuite builds static C++ binaries that require a static
|
||||||
|
# C++ runtime from libstdc++-static.
|
||||||
|
BuildRequires: libstdc++-static
|
||||||
|
|
||||||
# Filter out all GLIBC_PRIVATE symbols since they are internal to
|
# Filter out all GLIBC_PRIVATE symbols since they are internal to
|
||||||
# the package and should be examined by any other tool.
|
# the package and should be examined by any other tool.
|
||||||
%global __filter_GLIBC_PRIVATE 1
|
%global __filter_GLIBC_PRIVATE 1
|
||||||
@ -1516,6 +1520,10 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 24 2013 Carlos O'Donell <carlos@redhat.com> - 2.17.90-6
|
||||||
|
- Add build requirement on static libstdc++ library to fix testsuite failures
|
||||||
|
for static C++ tests.
|
||||||
|
|
||||||
* Fri Jul 12 2013 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.17.90-5
|
* Fri Jul 12 2013 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.17.90-5
|
||||||
- Enable lock elision support (#982363).
|
- Enable lock elision support (#982363).
|
||||||
- Depend on systemd instead of systemd-units (#983760).
|
- Depend on systemd instead of systemd-units (#983760).
|
||||||
|
Loading…
Reference in New Issue
Block a user