Skip to content
Snippets Groups Projects
Commit a3239425 authored by Andrey Kulikov's avatar Andrey Kulikov Committed by Kirill Yukhin
Browse files

debian: eliminate dependency from binutils package

tarantool debian package MUST NOT depends on binutils package. This is
due to the fact that binutils include linker and assembler, what in most
cases forbidden on production servers.

This dependency is a residual from times, when tarantool did use libbfd
for stack unwinding. Now it simply does not required at all.

Fixes #6699

(cherry picked from commit a86f5963)
parent 9a364ecc
No related branches found
No related tags found
No related merge requests found
## bugfix/build
* The Debian package does not depend on binutils anymore (gh-6699).
......@@ -65,7 +65,7 @@ Description: Tarantool in-memory database - common files
Package: tarantool
Architecture: i386 amd64 armhf arm64
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, binutils, libgomp1,
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, libgomp1,
openssl, tarantool-common (>= 1.7.5.46),
# libcurl dependencies (except ones we have already)
zlib1g
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment