Bug 1051599
| Summary: | Trivial change for ppc64le in libart_lgpl spec | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brent Baude <bbaude> |
| Component: | libart_lgpl | Assignee: | Jaromír Cápík <jcapik> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jcapik, jochen, ovasik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ppc64le | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libart_lgpl-2.3.21-10.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-13 14:49:37 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 | ||
I'm going to replace ppc64 and ppc64le with the %{power64} macro, as it includes also the ppc64p7 sub-arch.
|
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