diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-01-04 01:52:25 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-01-04 01:52:25 +0000 |
commit | 31f4ea3faf6d357ae5889dc4aa9bd5b5457243ce (patch) | |
tree | 48a0ef0655b14617f19246671a51721537f01c7a /reproduce/analysis/make/top-make.mk | |
parent | b1bd282bc3bcd11573fc064edfbab1bd65564348 (diff) |
Building of less software depends on ncurses
Until now, the 'less' software package (used to view large files easily on
the command-line and used by Git for things like 'git diff' or 'git log')
only depended on 'patchelf' (which is a very low-level software).
However, as Boud reported in bug #59811 [1], building less would crash with
an error saying "Cannot find terminal libraries" in some systems (including
the proposed Docker image of 'README.md' which I confirmed
afterwards). Looking into the 'configure' script of 'less', I noticed that
'less' is actually just checking for some functions provided by the ncurses
library!
With this commit, 'less' depends on 'ncurses'. I was able to confirm that
with this change, 'less' successfully builds within the Docker image.
[1] https://savannah.nongnu.org/bugs/?59811
Diffstat (limited to 'reproduce/analysis/make/top-make.mk')
0 files changed, 0 insertions, 0 deletions