Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1054411

Summary: Trivial change to wxGTK's wx-config to enable ppc64le
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: wxGTKAssignee: Dan HorĂ¡k <dan>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dan
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: wxGTK-2.8.12-11.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-17 18:30:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Brent Baude 2014-01-16 18:53:19 UTC
Please consider the following trivial patch to wx-config which enables the ppc64le arch properly:

diff --git a/wx-config b/wx-config
index 41f9c65..5e0c63e 100644
--- a/wx-config
+++ b/wx-config
@@ -20,7 +20,7 @@ case $arch in
     i?86|ppc|s390|sparc|arm*|ia64)
         libdir=/usr/lib
         ;;
-    x86_64|ppc64|s390x|sparc64)
+    x86_64|ppc64|ppc64le|s390x|sparc64)
         libdir=/usr/lib64
         ;;
     *)