Bug 1094500 - liborcus needs trivial patch to enable ppc64le
Summary: liborcus needs trivial patch to enable ppc64le
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: liborcus
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: David Tardon
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-05-05 20:32 UTC by Brent Baude
Modified: 2014-05-07 06:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-07 06:56:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-05-05 20:32:19 UTC
The following patch enables ppc64le in liborcus.  Please add to rawhide:

[baude@ppc64le liborcus]$ cat add-ppc64le.patch 
--- liborcus-0.5.1.orig/configure	2014-05-05 15:21:53.519683309 -0500
+++ liborcus-0.5.1/configure	2014-05-05 15:22:51.949782273 -0500
@@ -15335,7 +15335,7 @@
 
                         libsubdirs="lib"
     ax_arch=`uname -m`
-    if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
+    if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = ppc64le; then
         libsubdirs="lib64 lib lib64"
     fi


Note You need to log in before you can comment on or make changes to this bug.