From 604a2f21f1a73e9f183b2b005e517e0647d59827 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 20 Dec 2018 21:11:01 +0300 Subject: Packages: fixed unit-go build broken in ed8b1aaefdd1. --- pkg/rpm/unit.module.spec.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/rpm') 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 -- cgit