浏览代码

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.
Paul Eggert 1 年之前
父节点
当前提交
e1bba5e7dd
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 4 2
      bootstrap.conf
  2. 1 0
      gnulib.modules

+ 4 - 2
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
 '
 
 

+ 1 - 0
gnulib.modules

@@ -63,6 +63,7 @@ lchown
 linkat
 localcharset
 manywarnings
+mcel-prefer
 mkdirat
 mkdtemp
 mkfifoat