diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2026-02-17 11:10:33 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2026-02-17 11:11:12 -0800 |
| commit | 437b27046f8c7987977e3ab7de3d43f7815daaa2 (patch) | |
| tree | 3c620bb0e960fb2c1ad2d77dfe49ab885fd3d4e9 /admin | |
| parent | 818ad5e68feb6bc650be29be3a25ab74d69f28e1 (diff) | |
Depend explicitly on Gnulib ‘attribute’ module
Problem reported by Basil L. Contovounesios (bug#80428#8).
* admin/merge-gnulib (GNULIB_MODULES): Add ‘attribute’.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/merge-gnulib | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index 833d2b73a41..247fca96df2 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib @@ -29,7 +29,8 @@ export LC_ALL=C GNULIB_URL=https://git.savannah.gnu.org/git/gnulib.git GNULIB_MODULES=' - alignasof alloca-opt binary-io bool boot-time builtin-expect byteswap + alignasof alloca-opt attribute + binary-io bool boot-time builtin-expect byteswap c-ctype c-strcase canonicalize-lgpl careadlinkat close-stream copy-file-range crypto/md5 crypto/md5-buffer |
