summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-10-07 22:11:05 +0100
committerColin Watson <cjwatson@debian.org>2022-10-07 22:11:05 +0100
commit9c94afd5a40f3d70cba01a5ba07e84fe7ed7a210 (patch)
tree0c4032c90da5a2bea2fe62a30a6a2f2e9bfa4863 /bootstrap.conf
parent78ada4d2cf0a46c2ec2ae15dc21f36f981f54d79 (diff)
Fix build on systems without <termios.h>
* bootstrap.conf (gnulib_modules): Add termios. * src/man.c (get_term): Replace with a no-op stub if the system has no `<termios.h>` (Gnulib tests for it and can replace some functions, but its replacement isn't sufficient here).
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index dc8e4792..203d6951 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -75,6 +75,7 @@ gnulib_modules="
strerror
strsep
tempname
+ termios
timespec
unlinkat
utimens