From e1bba5e7dd097bcfe62dc05e6d4e313a5f84f70e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 10 Sep 2023 10:10:52 -0700 Subject: [PATCH] Prefer mcel to mbuiter Prefer the lighter-weight mcel implementation to the heavier-weight mbuiter that GNU tar does not need. * bootstrap.conf (avoided_gnulib_modules): Avoid mbuiter, mbuiterf. * gnulib.modules: Add mcel-prefer. --- bootstrap.conf | 6 ++++-- gnulib.modules | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 0d5351f5..79ffa776 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -20,10 +20,12 @@ source_base=gnu gnulib_name=libgnu -# We don't need these modules, even though gnulib-tool mistakenly -# includes them because of gettext dependencies. +# We don't need these modules, even though gnulib-tool ordinarily +# includes them because of dependencies on the modules 'exclude’ and 'regex'. avoided_gnulib_modules=' --avoid=lock + --avoid=mbuiter + --avoid=mbuiterf ' diff --git a/gnulib.modules b/gnulib.modules index 3a1c2534..8bcd8096 100644 --- a/gnulib.modules +++ b/gnulib.modules @@ -63,6 +63,7 @@ lchown linkat localcharset manywarnings +mcel-prefer mkdirat mkdtemp mkfifoat -- 2.47.2