summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/unit.module.spec.in
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2018-12-20 21:11:01 +0300
committerAndrei Belov <defan@nginx.com>2018-12-20 21:11:01 +0300
commit604a2f21f1a73e9f183b2b005e517e0647d59827 (patch)
tree24500387577cf2cb18131c70d147d06e9c2473b1 /pkg/rpm/unit.module.spec.in
parent5ceb81fd9179920942c3141d80cc46eaa806555a (diff)
downloadunit-604a2f21f1a73e9f183b2b005e517e0647d59827.tar.gz
unit-604a2f21f1a73e9f183b2b005e517e0647d59827.tar.bz2
Packages: fixed unit-go build broken in ed8b1aaefdd1.1.7-1
Diffstat (limited to '')
-rw-r--r--pkg/rpm/unit.module.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/rpm/unit.module.spec.in b/pkg/rpm/unit.module.spec.in
index 03d4addb..42fd9e1c 100644
--- a/pkg/rpm/unit.module.spec.in
+++ b/pkg/rpm/unit.module.spec.in
@@ -55,6 +55,7 @@ tar --strip-components=1 -zxf %{SOURCE0}
--cc-opt="%{CC_OPT}" \
--debug
./configure %%MODULE_CONFARGS%%
+make all
make %%MODULE_MAKEARGS%%
%{__mv} build build-debug
./configure \
@@ -62,6 +63,7 @@ make %%MODULE_MAKEARGS%%
--modules=%{_libdir}/unit/modules \
--cc-opt="%{CC_OPT}"
./configure %%MODULE_CONFARGS%%
+make all
make %%MODULE_MAKEARGS%%
%{__mv} build build-nodebug