diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2023-08-22 14:55:10 -0700 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2023-08-22 14:55:10 -0700 |
commit | d5c2ed1755c16ddf27b2eb018824a1226af99423 (patch) | |
tree | c39989ce4223cfbf8ecc8907c604dcb6d08cac97 /pkg/rpm/unit.module.spec.in | |
parent | 1a31863f8295182ca66aa96a9438ca947ce84aba (diff) | |
download | unit-d5c2ed1755c16ddf27b2eb018824a1226af99423.tar.gz unit-d5c2ed1755c16ddf27b2eb018824a1226af99423.tar.bz2 |
Packages: added wasm module packaging for rpm-based distros.
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/unit.module.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/rpm/unit.module.spec.in b/pkg/rpm/unit.module.spec.in index 04323afc..b3d5d94b 100644 --- a/pkg/rpm/unit.module.spec.in +++ b/pkg/rpm/unit.module.spec.in @@ -59,6 +59,7 @@ This package contains %%SUMMARY%%. tar --strip-components=1 -zxf %{SOURCE0} %build +%%MODULE_PREBUILD%% ./configure \ %{CONFIGURE_ARGS} \ --modulesdir=%{_libdir}/unit/debug-modules \ |