[Tarantool-patches] [PATCH v1] Remove autoconf tools from packages spec

Alexander V. Tikhonov avtikhon at tarantool.org
Mon Nov 2 09:24:46 MSK 2020


After cURL was changed to use cmake in commit

  2b07601922138fee02554ba69c989bee567e812e ('build: enable cmake in curl build')

there is no need to set dependencies to autoconf tools. So removed it.
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/remove-old-curl-tools

 rpm/tarantool.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec
index 489b94df8..6049d0e61 100644
--- a/rpm/tarantool.spec
+++ b/rpm/tarantool.spec
@@ -26,9 +26,6 @@ Requires(pre): %{_sbindir}/useradd
 Requires(pre): %{_sbindir}/groupadd
 
 # libcurl dependencies (except ones we have already).
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: libtool
 BuildRequires: zlib-devel
 Requires: zlib
 
-- 
2.25.1



More information about the Tarantool-patches mailing list