diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-10-24 11:52:06 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-10-24 17:48:45 -0700 |
commit | f19a93bf5ede48638035ab96bc4f140fcff374bc (patch) | |
tree | da99266f47b9ed132100af9633450404f1bd8100 /utils/fuse-overlayfs/patches | |
parent | 62a91f32998011a37229b67cf3cd1793241659ef (diff) |
fuse-overlayfs: update to 1.7.1
Rearrange Makefile for consistency between packages.
Add m4 patch to fix compilation under some systems.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/fuse-overlayfs/patches')
-rw-r--r-- | utils/fuse-overlayfs/patches/010-m4.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/utils/fuse-overlayfs/patches/010-m4.patch b/utils/fuse-overlayfs/patches/010-m4.patch new file mode 100644 index 000000000..522d6d702 --- /dev/null +++ b/utils/fuse-overlayfs/patches/010-m4.patch @@ -0,0 +1,22 @@ +--- a/m4/stdint.m4 ++++ b/m4/stdint.m4 +@@ -15,7 +15,7 @@ AC_DEFUN_ONCE([gl_STDINT_H], + AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles + + AC_REQUIRE([gl_LIMITS_H]) +- AC_REQUIRE([gt_TYPE_WINT_T]) ++ AC_REQUIRE([gt_TYPE_WINT_T_FO]) + + dnl Check for long long int and unsigned long long int. + AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) +--- a/m4/wint_t.m4 ++++ b/m4/wint_t.m4 +@@ -9,7 +9,7 @@ dnl Test whether <wchar.h> has the 'wint + dnl <wchar.h> or <wctype.h> would, if present, override 'wint_t'. + dnl Prerequisite: AC_PROG_CC + +-AC_DEFUN([gt_TYPE_WINT_T], ++AC_DEFUN([gt_TYPE_WINT_T_FO], + [ + AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t], + [AC_COMPILE_IFELSE( |