summaryrefslogtreecommitdiff
path: root/hadrian/cfg
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-10-27 01:12:02 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-17 05:11:03 -0500
commit4cec6cf284d65449bbdaf015fadd7768770ec52b (patch)
tree0ca7fc7caa2f64c1cfc9a2d86e5e041e1f676a56 /hadrian/cfg
parent20a4f2513d67a454edaa207bac97a9dd6f4db757 (diff)
downloadhaskell-4cec6cf284d65449bbdaf015fadd7768770ec52b.tar.gz
hadrian: Ensure that term.h is in include search path
terminfo now requires term.h but previously neither build system offered any way to add the containing directory to the include search path. Fix this in Hadrian. Also adds libnuma includes to global include search path as it was inexplicably missing earlier.
Diffstat (limited to 'hadrian/cfg')
-rw-r--r--hadrian/cfg/system.config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in
index 2c341230cf..e8a300d401 100644
--- a/hadrian/cfg/system.config.in
+++ b/hadrian/cfg/system.config.in
@@ -177,7 +177,8 @@ target-arm-version = @ARM_ISA@
# Include and library directories:
#=================================
-curses-lib-dir = @CURSES_LIB_DIRS@
+curses-lib-dir = @CURSES_LIB_DIRS@
+curses-include-dir = @CURSES_INCLUDE_DIRS@
iconv-include-dir = @ICONV_INCLUDE_DIRS@
iconv-lib-dir = @ICONV_LIB_DIRS@