Accepting request 711746 from home:luca_b:rttrfix
Change if condition for elision patch as outlined in Tumbleweed review OBS-URL: https://build.opensuse.org/request/show/711746 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rttr?expand=0&rev=11
This commit is contained in:
parent
d13617ed8c
commit
feef25fc48
@ -60,8 +60,7 @@ library itself, which is written in C++.
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
|
||||||
#only apply move elision to gcc versions that support it
|
#only apply move elision to gcc versions that support it
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%else
|
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user