https://bugzilla.redhat.com/show_bug.cgi?id=1023960
--- Comment #7 from Dan HorĂ¡k <[email protected]> --- all ppc went OK, but s390 failed because now hipe is again unconditionally enabled, the snippet bellow fixes it diff --git a/erlang.spec b/erlang.spec index 6c3b085..a850f27 100644 --- a/erlang.spec +++ b/erlang.spec @@ -22,8 +22,6 @@ %ifarch %{arm} %{ix86} x86_64 ppc %{power64} %global __with_hipe 1 -%else -%global __with_hipe 0 %endif %global n_uvr %{name}-%{upstream_ver}-%{upstream_rel_for_rpm} the semantics for the "inline condition" looks weird ... -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ erlang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/erlang
