From a030bc7f7b82a432dd9c7426171d730a0b8eb808 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 22 Dec 2014 00:22:27 +0100 Subject: [PATCH] - 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 @@ -62,6 +62,9 @@ cp -f /usr/share/automake/config.sub build/autoconf --includedir=%{_includedir}/nspr \ %ifarch %{x8664} ppc64 --enable-64bit \ +%endif +%ifarch x32 + --enable-x32 \ %endif --%{?debug:en}%{!?debug:dis}able-debug \ --enable-ipv6 \ -- 2.44.0