From e0d173c6c44d52287f2e20ec104cb3840e558343 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 22 Feb 2018 12:45:14 +0100 Subject: libbtrfsutil: add stub for reallocarray This function is new in glibc 2.26 and breaks build in CI and possibly other environments. Signed-off-by: David Sterba --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24af13a4..6065522a 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,8 @@ libbtrfsutil_minor := $(shell sed -rn 's/^\#define BTRFS_UTIL_VERSION_MINOR ([0- libbtrfsutil_patch := $(shell sed -rn 's/^\#define BTRFS_UTIL_VERSION_PATCH ([0-9])+$$/\1/p' libbtrfsutil/btrfsutil.h) libbtrfsutil_version := $(libbtrfsutil_major).$(libbtrfsutil_minor).$(libbtrfsutil_patch) libbtrfsutil_objects = libbtrfsutil/errors.o libbtrfsutil/filesystem.o \ - libbtrfsutil/subvolume.o libbtrfsutil/qgroup.o + libbtrfsutil/subvolume.o libbtrfsutil/qgroup.o \ + libbtrfsutil/stubs.o convert_objects = convert/main.o convert/common.o convert/source-fs.o \ convert/source-ext2.o convert/source-reiserfs.o mkfs_objects = mkfs/main.o mkfs/common.o mkfs/rootdir.o -- cgit v1.2.3