summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2024-02-21 16:46:16 -0800
committerKonstantin Pavlov <pavlov.konstantin@gmail.com>2024-02-21 17:45:54 -0800
commit7a6405566c0e15990fa6487a6dc4654389ce5601 (patch)
tree5d94d82c7e876bd38032b9a1eab93d8c529db663 /pkg/rpm
parent3f805bc64e287e8fa06d82c0e3c0904f0173dafe (diff)
downloadunit-7a6405566c0e15990fa6487a6dc4654389ce5601.tar.gz
unit-7a6405566c0e15990fa6487a6dc4654389ce5601.tar.bz2
Packages: added wasm-wasi-component module packaging for rpm-based distros
Diffstat (limited to 'pkg/rpm')
-rw-r--r--pkg/rpm/Makefile.wasm6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/rpm/Makefile.wasm b/pkg/rpm/Makefile.wasm
index c638071b..fbf64d11 100644
--- a/pkg/rpm/Makefile.wasm
+++ b/pkg/rpm/Makefile.wasm
@@ -6,9 +6,9 @@ MODULE_SUMMARY_wasm= WASM module for NGINX Unit
MODULE_VERSION_wasm= $(VERSION)
MODULE_RELEASE_wasm= 1
-MODULE_CONFARGS_wasm= wasm --include-path=\`pwd\`/pkg/contrib/wasmtime/crates/c-api/include --lib-path=\`pwd\`/pkg/contrib/wasmtime/target/release
-MODULE_MAKEARGS_wasm= wasm
-MODULE_INSTARGS_wasm= wasm-install
+MODULE_CONFARGS_wasm= wasm --include-path=\`pwd\`/pkg/contrib/wasmtime/crates/c-api/include --lib-path=\`pwd\`/pkg/contrib/wasmtime/target/release \&\& ./configure wasm-wasi-component
+MODULE_MAKEARGS_wasm= wasm wasm-wasi-component
+MODULE_INSTARGS_wasm= wasm-install wasm-wasi-component-install
MODULE_SOURCES_wasm=