diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-02-21 16:46:16 -0800 |
---|---|---|
committer | Konstantin Pavlov <pavlov.konstantin@gmail.com> | 2024-02-21 17:45:54 -0800 |
commit | 7a6405566c0e15990fa6487a6dc4654389ce5601 (patch) | |
tree | 5d94d82c7e876bd38032b9a1eab93d8c529db663 | |
parent | 3f805bc64e287e8fa06d82c0e3c0904f0173dafe (diff) | |
download | unit-7a6405566c0e15990fa6487a6dc4654389ce5601.tar.gz unit-7a6405566c0e15990fa6487a6dc4654389ce5601.tar.bz2 |
Packages: added wasm-wasi-component module packaging for rpm-based distros
-rw-r--r-- | pkg/rpm/Makefile.wasm | 6 |
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= |