summaryrefslogtreecommitdiff
path: root/core/nss
diff options
context:
space:
mode:
Diffstat (limited to 'core/nss')
-rw-r--r--core/nss/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/nss/PKGBUILD b/core/nss/PKGBUILD
index 1a4dfa96..0cedfbea 100644
--- a/core/nss/PKGBUILD
+++ b/core/nss/PKGBUILD
@@ -9,3 +9,11 @@ eval "$(
/cd nss-/a patch -Np2 -i ../no-plt.diff
'
)"
+
+# set IA32 as target for build.sh
+eval "$(
+ declare -f build | \
+ sed '
+ s/--target x64/--target ia32/g
+ '
+)"