[Bug 967856] New: freetype needs to recognize aarch64 as 64bit arch

bugzilla at redhat.com bugzilla at redhat.com
Tue May 28 12:34:26 UTC 2013


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

            Bug ID: 967856
           Summary: freetype needs to recognize aarch64 as 64bit arch
           Product: Fedora
           Version: 19
         Component: freetype
          Severity: unspecified
          Priority: unspecified
          Assignee: mkasik at redhat.com
          Reporter: msalter at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: behdad at fedoraproject.org,
                    fonts-bugs at lists.fedoraproject.org,
                    kevin at tigcc.ticalc.org, mkasik at redhat.com

Description of problem:

aarch64 needs to be added to list of 64bit arches in specfile:

diff --git a/freetype.spec b/freetype.spec
index 1657990..5f6f576 100644
--- a/freetype.spec
+++ b/freetype.spec
@@ -131,7 +131,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif

 # fix multilib issues
-%ifarch x86_64 s390x ia64 ppc64 alpha sparc64
+%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64
 %define wordsize 64
 %else
 %define wordsize 32

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
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=do3FPJIAse&a=cc_unsubscribe


More information about the fonts-bugs mailing list