From 0d9dc2b25d00a320d08a741658ada6089035b63f Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 31 Jan 2024 11:50:22 +0100 Subject: [PATCH] Update submodule: composefs This updates composefs to 1.0.3 which has support for the new overlay nesting format. --- composefs | 2 +- configure.ac | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composefs b/composefs index cca8be49..2d5cdcb9 160000 --- a/composefs +++ b/composefs @@ -1 +1 @@ -Subproject commit cca8be49843385ce556fccf51f75821f70fb7769 +Subproject commit 2d5cdcb9176cfe4ccf1761ef6d78e1c48de35649 diff --git a/configure.ac b/configure.ac index 5d8fa08f..cca57a70 100644 --- a/configure.ac +++ b/configure.ac @@ -284,6 +284,8 @@ AS_IF([test x$have_gpgme = xyes], AM_CONDITIONAL(USE_GPGME, test "x$have_gpgme" = xyes) dnl composefs won't work at all without this +AC_CHECK_HEADERS([endian.h sys/endian.h machine/endian.h]) +AC_CHECK_FUNCS([reallocarray]) AC_MSG_CHECKING([for MOUNT_ATTR_IDMAP]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([ -- 2.30.2