fixup patch14 on old rhel, when patch6 doesn't apply

This commit is contained in:
Mark Wielaard 2019-05-28 22:28:07 +02:00
parent 97686e1c98
commit 07a6216f53

View File

@ -260,7 +260,12 @@ Valgrind User Manual for details.
%patch11 -p1
%patch12 -p1
%patch13 -p1
# This depends on patch6, old rhel gcc doesn't have -fstack-protector-strong.
%if 0%{?fedora} || 0%{?rhel} >= 7
%patch14 -p1
%endif
%patch15 -p1
%build