From 868522aa377a4519adb0b9f402586ab7a41b86ba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 22:56:20 +0200 Subject: Adding debian version 5.28.2+dfsg1+~cs23.11.12.3-6. Signed-off-by: Daniel Baumann --- debian/patches/disable-simd.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/patches/disable-simd.patch (limited to 'debian/patches/disable-simd.patch') diff --git a/debian/patches/disable-simd.patch b/debian/patches/disable-simd.patch new file mode 100644 index 0000000..ea90314 --- /dev/null +++ b/debian/patches/disable-simd.patch @@ -0,0 +1,20 @@ +Description: disable SIMD build +Author: Yadd +Forwarded: not-needed +Last-Update: 2022-07-09 + +--- a/build/wasm.js ++++ b/build/wasm.js +@@ -74,6 +74,7 @@ + `module.exports = '${base64Wasm}'\n` + ) + ++/* + // Build wasm simd binary + execSync(`${CLANG} \ + -nodefaultlibs \ +@@ -104,3 +105,4 @@ + join(WASM_OUT, 'llhttp_simd-wasm.js'), + `module.exports = '${base64WasmSimd}'\n` + ) ++*/ -- cgit v1.2.3