From f017b749ea9f1586d2308504553d40bf4cc5439d Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 6 Feb 2018 11:46:26 +0100 Subject: Update NSS to 3.32.1-RTM --- security/nss/coreconf/detect_host_arch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/nss/coreconf/detect_host_arch.py') diff --git a/security/nss/coreconf/detect_host_arch.py b/security/nss/coreconf/detect_host_arch.py index f161d3c89..8b505a6b5 100644 --- a/security/nss/coreconf/detect_host_arch.py +++ b/security/nss/coreconf/detect_host_arch.py @@ -14,7 +14,7 @@ def main(): if host_arch in ('amd64', 'x86_64'): host_arch = 'x64' elif fnmatch.fnmatch(host_arch, 'i?86') or host_arch == 'i86pc': - host_arch = 'x64' + host_arch = 'ia32' elif host_arch.startswith('arm'): host_arch = 'arm' elif host_arch.startswith('mips'): -- cgit v1.2.3