Bug 1051639 - Trivial change for ppc64le in libsndfile spec
Summary: Trivial change for ppc64le in libsndfile spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libsndfile
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Michal Hlavinka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-10 18:33 UTC by Brent Baude
Modified: 2014-01-13 09:26 UTC (History)
2 users (show)

Fixed In Version: libsndfile-1.0.25-9.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-13 09:26:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-10 18:33:17 UTC
Please consider the following patch to the libsndfile spec which allows ppc64le to build properly:

diff --git a/libsndfile.spec b/libsndfile.spec
index 2a005ed..f9911a6 100644
--- a/libsndfile.spec
+++ b/libsndfile.spec
@@ -81,7 +81,7 @@ cp -pR $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev/html __docs
 rm -rf $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev
 
 # fix multilib issues
-%ifarch x86_64 s390x ia64 ppc64 sparc64 aarch64
+%ifarch x86_64 s390x ia64 ppc64 sparc64 aarch64 ppc64le
 %define wordsize 64
 %else
 %define wordsize 32


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