From 728f3baa50f89d7ee786faf3e28a25807b836c29 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 15 Sep 2022 01:03:10 -0500 Subject: [PATCH] maint: fix bootstrap module lists for alignof MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * bootstrap.conf (gnulib_modules): Remove alignof, which isn’t needed since coreutils source modules don’t include alignof.h. Add stdalign, since they depend on alignof working without stdalign.h. --- bootstrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index 2fd842959b..8e257a254d 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -27,7 +27,6 @@ gnulib_modules=" $avoided_gnulib_modules acl alignalloc - alignof alloca announce-gen areadlink-with-size @@ -248,6 +247,7 @@ gnulib_modules=" stat-macros stat-size stat-time + stdalign stdbool stdlib-safer stpcpy -- 2.47.2