Bug 1051599 - Trivial change for ppc64le in libart_lgpl spec
Summary: Trivial change for ppc64le in libart_lgpl spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libart_lgpl
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jaromír Cápík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-10 16:42 UTC by Brent Baude
Modified: 2016-02-01 01:59 UTC (History)
3 users (show)

Fixed In Version: libart_lgpl-2.3.21-10.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-13 14:49:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-10 16:42:13 UTC
Please consider the following change to the libart_lgpl to enable ppc64le:

diff --git a/libart_lgpl.spec b/libart_lgpl.spec
index 11f49d1..797c716 100644
--- a/libart_lgpl.spec
+++ b/libart_lgpl.spec
@@ -31,7 +31,7 @@ developing applications that use %{name}.
 
 %build
 libtoolize
-autoreconf
+autoreconf -i
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -40,7 +40,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 # fix multilib issues
-%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64
+%ifarch x86_64 s390x ia64 ppc64 ppc64le alpha sparc64 aarch64
 %define wordsize 64
 %else
 %define wordsize 32

Comment 1 Jaromír Cápík 2014-05-13 12:45:25 UTC
I'm going to replace ppc64 and ppc64le with the %{power64} macro, as it includes also the ppc64p7 sub-arch.


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