[Buildroot] [PATCH 1/1] package/btrfs-progs: remove unnecessary autoreconf

Thomas Perale thomas.perale at mind.be
Mon May 4 14:47:47 UTC 2026


In reply of:
> Commit 1c11f9020ad98db11e6d67066d0fdb2cfab27605 removed the patch
> changing configure.ac with the bump to 6.10, so it is no longer
> needed.
> 
> Signed-off-by: Fiona Klute <fiona.klute at gmx.de>

Applied to 2025.02.x & 2026.02.x. Thanks

> ---
> This patch is a side effect of me trying to update btrfs-progs to
> 6.19.1, I see now why so far nobody did: It breaks building a btrfs
> rootfs image with fakeroot, because fakeroot does not handle nftw (which
> btrfs-progs started using with 6.10.1).
> See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081976
> 
> This little cleanup should still make sense. :-)
> 
>  package/btrfs-progs/btrfs-progs.mk | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/package/btrfs-progs/btrfs-progs.mk b/package/btrfs-progs/btrfs-progs.mk
> index 273c7e37f2..8691a5710e 100644
> --- a/package/btrfs-progs/btrfs-progs.mk
> +++ b/package/btrfs-progs/btrfs-progs.mk
> @@ -13,9 +13,6 @@ BTRFS_PROGS_LICENSE = GPL-2.0, LGPL-2.1+ (libbtrfsutil)
>  BTRFS_PROGS_LICENSE_FILES = COPYING libbtrfsutil/COPYING
>  BTRFS_PROGS_INSTALL_STAGING = YES
>  
> -# 0002-btrfs-progs-add-uClibc-ng-compatibility-for-printf-f.patch
> -BTRFS_PROGS_AUTORECONF = YES
> -
>  # Doesn't autodetect static-only and tries to build both
>  ifeq ($(BR2_STATIC_LIBS),y)
>  BTRFS_PROGS_MAKE_OPTS = static
> -- 
> 2.53.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot


More information about the buildroot mailing list