[packages/nspr] - fix build for x32 arch

baggins baggins at pld-linux.org
Mon Dec 22 00:19:58 CET 2014


commit a030bc7f7b82a432dd9c7426171d730a0b8eb808
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Dec 22 00:22:27 2014 +0100

    - fix build for x32 arch

 nspr.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/nspr.spec b/nspr.spec
index 48466db..48052fc 100644
--- a/nspr.spec
+++ b/nspr.spec
@@ -63,6 +63,9 @@ cp -f /usr/share/automake/config.sub build/autoconf
 %ifarch %{x8664} ppc64
 	--enable-64bit \
 %endif
+%ifarch x32
+	--enable-x32 \
+%endif
 	--%{?debug:en}%{!?debug:dis}able-debug \
 	--enable-ipv6 \
 	--enable-optimize="%{rpmcflags}" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nspr.git/commitdiff/a030bc7f7b82a432dd9c7426171d730a0b8eb808



More information about the pld-cvs-commit mailing list