diff options
author | Andrei Belov <defan@nginx.com> | 2019-01-28 13:45:06 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-01-28 13:45:06 +0300 |
commit | 8f7e256f7f382ce8587df188e252542400130b6f (patch) | |
tree | 58eb8212f3923e81f1722526e2ce14660af43b83 /pkg/rpm/unit.module.spec.in | |
parent | d959300e0bf2445bf3915e12d670b099c6559e43 (diff) | |
download | unit-8f7e256f7f382ce8587df188e252542400130b6f.tar.gz unit-8f7e256f7f382ce8587df188e252542400130b6f.tar.bz2 |
Packages: reverted abb8cfb421f6 as it is no longer needed.
The fix has arrived in 1e802c31bbd9.
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/unit.module.spec.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/rpm/unit.module.spec.in b/pkg/rpm/unit.module.spec.in index 42fd9e1c..03d4addb 100644 --- a/pkg/rpm/unit.module.spec.in +++ b/pkg/rpm/unit.module.spec.in @@ -55,7 +55,6 @@ tar --strip-components=1 -zxf %{SOURCE0} --cc-opt="%{CC_OPT}" \ --debug ./configure %%MODULE_CONFARGS%% -make all make %%MODULE_MAKEARGS%% %{__mv} build build-debug ./configure \ @@ -63,7 +62,6 @@ make %%MODULE_MAKEARGS%% --modules=%{_libdir}/unit/modules \ --cc-opt="%{CC_OPT}" ./configure %%MODULE_CONFARGS%% -make all make %%MODULE_MAKEARGS%% %{__mv} build build-nodebug |