Bug 1052545 - Trivial change for ppc64le in nss spec
Summary: Trivial change for ppc64le in nss spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nss
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Elio Maldonado Batiz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-13 21:31 UTC by Brent Baude
Modified: 2014-05-13 12:14 UTC (History)
4 users (show)

Fixed In Version: nss-3.15.4-3.fc21
Clone Of:
Environment:
Last Closed: 2014-05-13 12:14:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-13 21:31:00 UTC
diff --git a/nss.spec b/nss.spec
index d3fc86c..16c7559 100644
--- a/nss.spec
+++ b/nss.spec
@@ -6,7 +6,7 @@
 %global allTools "certutil cmsutil crlutil derdump modutil pk12util pp signtool signver ssltap vfychain vfyserv"
 
 # solution taken from icedtea-web.spec
-%define multilib_arches ppc64 sparc64 x86_64
+%define multilib_arches ppc64 sparc64 x86_64 ppc64le
 %ifarch %{multilib_arches}
 %define alt_ckbi  libnssckbi.so.%{_arch}
 %else
@@ -265,7 +265,7 @@ export NSS_BUILD_WITHOUT_SOFTOKEN=1
 NSS_USE_SYSTEM_SQLITE=1
 export NSS_USE_SYSTEM_SQLITE
 
-%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64
+%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64 ppc64le
 USE_64=1
 export USE_64
 %endif
@@ -379,7 +379,7 @@ export FREEBL_NO_DEPEND
 BUILD_OPT=1
 export BUILD_OPT
 
-%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64
+%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64 ppc64le
 USE_64=1
 export USE_64
 %endif

Comment 1 Jaromír Cápík 2014-05-12 18:18:15 UTC
Replacing ppc64 and ppc64le with the %{power64} macro.

Comment 2 Jaromír Cápík 2014-05-13 12:14:35 UTC
Fixed in nss-3.16.1-2.fc21, closing.


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