3.16.0-2 - Apply stack-protector and -Wl,z,now patches.
This commit is contained in:
parent
85d3012e02
commit
65f97c3dea
@ -218,6 +218,12 @@ Valgrind User Manual for details.
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
|
||||||
|
# Old rhel gcc doesn't have -fstack-protector-strong.
|
||||||
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||||
|
%patch5 -p1
|
||||||
|
%patch6 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
# Some patches (might) touch Makefile.am or configure.ac files.
|
# Some patches (might) touch Makefile.am or configure.ac files.
|
||||||
@ -437,6 +443,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 27 2020 Mark Wielaard <mjw@fedoraproject.org> - 3.16.0-2
|
||||||
|
- Apply stack-protector and -Wl,z,now patches.
|
||||||
|
|
||||||
* Wed May 27 2020 Mark Wielaard <mjw@fedoraproject.org> - 3.16.0-1
|
* Wed May 27 2020 Mark Wielaard <mjw@fedoraproject.org> - 3.16.0-1
|
||||||
- Update to upstream valgrind 3.16.0 final.
|
- Update to upstream valgrind 3.16.0 final.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user