From: Paul Eggert Date: Sun, 10 Sep 2023 17:10:52 +0000 (-0700) Subject: Prefer mcel to mbuiter X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1bba5e7dd097bcfe62dc05e6d4e313a5f84f70e;p=thirdparty%2Ftar.git 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. --- 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