Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-02-21 16:30:11 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-02-21 16:30:11 +0100
commit3aab1fa780d0680f26b5c198c01f627e1fc2ddb6 (patch)
tree889f0dce4b6ec033833b98edb806daaf16f7b0cc
parentdaeec0bc367caad31fecee443571683fb4abc823 (diff)
community/nodejs: added --dest-cpu ia32 configure flag
-rw-r--r--community/nodejs/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
new file mode 100644
index 00000000..78f686cc
--- /dev/null
+++ b/community/nodejs/PKGBUILD
@@ -0,0 +1,7 @@
+# actually build a 32-bit version
+eval "$(
+ declare -f build | \
+ sed '
+ s|./configure|./configure --dest-cpu ia32|g
+ '
+)"