summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index f55ad6a6..2543748b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -46,6 +46,11 @@ automake 1.16.1
gnulib_name=libgnu
gnulib_files=doc/make-stds.texi
+# Using the full strtoll module pulls in a lot of stuff. But, it's pretty
+# simple to use just the base source file, so pull that. We'll use it in
+# src/misc.c if strtoll() is not found.
+gnulib_files="$gnulib_files lib/strtol.c"
+
gnulib_modules="\
alloca
fdl
@@ -53,5 +58,4 @@ findprog-in
getloadavg
host-cpu-c-abi
strerror
-strtoll
make-glob"