https://bugzilla.redhat.com/show_bug.cgi?id=2401972
Ben Beasley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|NEW |ASSIGNED Flags| |fedora-review? CC| |[email protected] --- Comment #6 from Ben Beasley <[email protected]> --- (In reply to Terje Rosten from comment #5) > spec file have: > > ExcludeArch: %{ix86} s390x > > why have ppc64le code as: > > %ifarch ppc64le then? > > Is s390x a ppc64le arch? The library apparently does not work at all on s390x, so the ExcludeArch ensures it will not be built there. The library does work on ppc64le, but it apparently needs to be configured differently than other architectures (with -DQTHREADS_CONTEXT_SWAP_IMPL=system), which is what the %ifarch does. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2401972 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202401972%23c6 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
