[Bug 1052709] New: Trivial change for ppc64le in perl spec

bugzilla at redhat.com bugzilla at redhat.com
Mon Jan 13 22:10:29 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1052709

            Bug ID: 1052709
           Summary: Trivial change for ppc64le in perl spec
           Product: Fedora
           Version: rawhide
         Component: perl
          Severity: medium
          Assignee: jplesnik at redhat.com
          Reporter: baude at us.ibm.com
        QA Contact: extras-qa at fedoraproject.org
                CC: cweyl at alumni.drew.edu, iarnell at gmail.com,
                    jplesnik at redhat.com, kasal at ucw.cz,
                    perl-devel at lists.fedoraproject.org, ppisar at redhat.com,
                    psabata at redhat.com, rc040203 at freenet.de,
                    tcallawa at redhat.com



Please consider the following trivial patch to allow ppc64le to build perl
properly:

diff --git a/perl.spec b/perl.spec
index 1052e4a..bfac097 100644
--- a/perl.spec
+++ b/perl.spec
@@ -3,7 +3,7 @@
 %global perl_arch_stem -thread-multi
 %global perl_archname %{_arch}-%{_os}%{perl_arch_stem}

-%global multilib_64_archs aarch64 ppc64 s390x sparc64 x86_64 
+%global multilib_64_archs aarch64 ppc64 s390x sparc64 x86_64 ppc64le
 %global parallel_tests 1
 %global tapsetdir   %{_datadir}/systemtap/tapset

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GM7eFg3xKG&a=cc_unsubscribe



More information about the perl-devel mailing list