[arch-commits] Commit in wasi-libc/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Jun 16 23:34:00 UTC 2022


    Date: Thursday, June 16, 2022 @ 23:34:00
  Author: heftig
Revision: 1238257

0+258+30094b6-1: Upgrade again, with workaround

Modified:
  wasi-libc/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-16 22:57:57 UTC (rev 1238256)
+++ PKGBUILD	2022-06-16 23:34:00 UTC (rev 1238257)
@@ -1,8 +1,8 @@
 # Maintainer: Frederik Schwan <freswa at archlinux dot org>
 
 pkgname=wasi-libc
-pkgver=0+247+9886d3d
-_commit=9886d3d6200fcc3726329966860fc058707406cd  # main
+pkgver=0+258+30094b6
+_commit=30094b6ed05f19cee102115215863d185f2db4f0  # main
 pkgrel=1
 epoch=1
 pkgdesc='WASI libc implementation for WebAssembly'
@@ -20,11 +20,18 @@
 }
 
 build() {
+  local make_options=(
+    WASM_CC=/usr/bin/clang
+    WASM_AR=/usr/bin/llvm-ar
+    WASM_NM=/usr/bin/llvm-nm
+
+    # Remove bulk memory support
+    # https://bugzilla.mozilla.org/show_bug.cgi?id=1773200#c4
+    BULK_MEMORY_SOURCES=
+  )
+
   cd ${pkgname}
-  make \
-    WASM_CC=/usr/bin/clang \
-    WASM_AR=/usr/bin/llvm-ar \
-    WASM_NM=/usr/bin/llvm-nm
+  make "${make_options[@]}"
 }
 
 package() {



More information about the arch-commits mailing list