summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2019-12-29 08:46:37 -0800
committerJim Meyering <meyering@fb.com>2019-12-29 08:46:37 -0800
commitb4d66bbc0685d11f52f31110203138e6b37133e8 (patch)
tree2188d4d31e87d657a6d83c13977489ff61eb8d22 /bootstrap.conf
parent98f55d7bf2ff3bb13955eb6a03707e9ed31c307c (diff)
downloaddiffutils-b4d66bbc0685d11f52f31110203138e6b37133e8.tar.gz
maint: avoid gnulib's lock-tests module
* bootstrap.conf (avoided_gnulib_modules): Also --avoid=lock-tests to avoid gnulib-related build failure.
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 061df45..e33d967 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -18,6 +18,7 @@
avoided_gnulib_modules='
--avoid=localename
--avoid=lock
+ --avoid=lock-tests
--avoid=setlocale
'