aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make/initialize.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-14 01:36:29 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-14 01:46:07 +0000
commitfddd7ee92f2fcbaf5b0880c9077df1302b1cf068 (patch)
tree082a09e41398e013792ecd0b21ab388e42497469 /reproduce/src/make/initialize.mk
parent54b47381f145b385855c399685bdb11f7dd063a1 (diff)
GNU NCURSES and GNU Readline also built before GNU Bash
Readline is a prerequisite of Bash and AWK, while NCURSES is a prerequisite of Readline. With the recent update of GNU Bash (and thus GNU Readline) on my host operating system, the pipeline crashed and I noticed this hole in the pipeline. In particular, AWK (which linked with Readline 7.0) would complain about not finding it and abort.
Diffstat (limited to 'reproduce/src/make/initialize.mk')
-rw-r--r--reproduce/src/make/initialize.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/reproduce/src/make/initialize.mk b/reproduce/src/make/initialize.mk
index a6ad00b..35d365b 100644
--- a/reproduce/src/make/initialize.mk
+++ b/reproduce/src/make/initialize.mk
@@ -255,6 +255,10 @@ $(mtexdir)/initialize.tex: | $(mtexdir)
libgitwoversion)
$(call lvcheck, openssl/opensslv.h, $(openssl-version), OpenSSL, \
opensslversion)
+ $(call lvcheck, ncursesw/curses.h, $(ncurses-version), GNU NCURSES, \
+ ncursesversion)
+ $(call lvcheck, readline/readline.h, $(readline-version), GNU Readline, \
+ readlineversion)
$(call lvcheck, tiffvers.h, $(libtiff-version), Libtiff, \
libtiffversion)
$(call lvcheck, wcslib/wcsconfig.h, $(wcslib-version), WCSLIB, \