Re-enable -Werror everywhere (#1888246)
This effectively reverts commit d8a810a777
.
This commit is contained in:
parent
ff63fb2e4b
commit
525dee4c87
11
glibc.spec
11
glibc.spec
@ -27,12 +27,8 @@
|
|||||||
%bcond_without benchtests
|
%bcond_without benchtests
|
||||||
# Default: Not bootstrapping.
|
# Default: Not bootstrapping.
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
# Default: Enable using -Werror (except for ELN).
|
# Default: Enable using -Werror
|
||||||
%if 0%{?rhel} > 0
|
|
||||||
%bcond_with werror
|
|
||||||
%else
|
|
||||||
%bcond_without werror
|
%bcond_without werror
|
||||||
%endif
|
|
||||||
# Default: Always build documentation.
|
# Default: Always build documentation.
|
||||||
%bcond_without docs
|
%bcond_without docs
|
||||||
|
|
||||||
@ -100,7 +96,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 20%{?dist}
|
Release: 21%{?dist}
|
||||||
|
|
||||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||||
# libraries.
|
# libraries.
|
||||||
@ -2261,6 +2257,9 @@ fi
|
|||||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 14 2020 Florian Weimer <fweimer@redhat.com> - 2.32.9000-21
|
||||||
|
- Re-enable -Werror everywhere (#1888246)
|
||||||
|
|
||||||
* Wed Dec 09 2020 DJ Delorie <dj@redhat.com> - 2.32.9000-20
|
* Wed Dec 09 2020 DJ Delorie <dj@redhat.com> - 2.32.9000-20
|
||||||
- nsswitch: handle missing actions properly (temporary fix for 1906066)
|
- nsswitch: handle missing actions properly (temporary fix for 1906066)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user