From: Jan Rękorajski Date: Sun, 21 Dec 2014 23:22:27 +0000 (+0100) Subject: - fix build for x32 arch X-Git-Tag: auto/th/nspr-4.10.8-1~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=a030bc7f7b82a432dd9c7426171d730a0b8eb808;p=packages%2Fnspr.git - fix build for x32 arch --- 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 \