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.
This commit is contained in:
@@ -20,10 +20,12 @@
|
|||||||
source_base=gnu
|
source_base=gnu
|
||||||
gnulib_name=libgnu
|
gnulib_name=libgnu
|
||||||
|
|
||||||
# We don't need these modules, even though gnulib-tool mistakenly
|
# We don't need these modules, even though gnulib-tool ordinarily
|
||||||
# includes them because of gettext dependencies.
|
# includes them because of dependencies on the modules 'exclude’ and 'regex'.
|
||||||
avoided_gnulib_modules='
|
avoided_gnulib_modules='
|
||||||
--avoid=lock
|
--avoid=lock
|
||||||
|
--avoid=mbuiter
|
||||||
|
--avoid=mbuiterf
|
||||||
'
|
'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ lchown
|
|||||||
linkat
|
linkat
|
||||||
localcharset
|
localcharset
|
||||||
manywarnings
|
manywarnings
|
||||||
|
mcel-prefer
|
||||||
mkdirat
|
mkdirat
|
||||||
mkdtemp
|
mkdtemp
|
||||||
mkfifoat
|
mkfifoat
|
||||||
|
|||||||
Reference in New Issue
Block a user