From: Carsten Schuette Date: Wed, 12 Aug 2026 16:41:37 +0000 (+0200) Subject: btrfs-progs: remove no-mold flag as it builds fine with mold 2.42.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=37349095beac4157e0d340de80f888ceeb6652ef;p=openwrt-packages.git btrfs-progs: remove no-mold flag as it builds fine with mold 2.42.0 btrfs-progs have a no-mold flag since 2025. With latest mold 2.42.0 released a few days ago, the changes from #26541 can be reverted as btrfs-progs compiles fine with mold. Signed-off-by: Carsten Schuette --- diff --git a/utils/btrfs-progs/Makefile b/utils/btrfs-progs/Makefile index dfc1f20a6..d1a8246ba 100644 --- a/utils/btrfs-progs/Makefile +++ b/utils/btrfs-progs/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=btrfs-progs PKG_VERSION:=6.11 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs @@ -21,7 +21,7 @@ PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=acl -PKG_BUILD_FLAGS:=gc-sections no-mold +PKG_BUILD_FLAGS:=gc-sections include $(INCLUDE_DIR)/package.mk