]> git.ipfire.org Git - thirdparty/openwrt.git/commit
e2fsprogs: add pending patch that improve reproducibility 20499/head
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 22 Oct 2025 12:18:07 +0000 (14:18 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 23 Oct 2025 15:02:46 +0000 (17:02 +0200)
commitcdf891052dd2e9f3d2c4179dfc76299a05ab524b
tree732154317c6993556d21c5ca800fc19e44c8498c
parentc700f8fd8a3f4338615e1d35dc58451942014b0b
e2fsprogs: add pending patch that improve reproducibility

Add pending patch that disable libmagic support as this cause
reproducibility issue due to timing of presence of libmagic library at
times e2fsprogs gets compiled.

The new patch adds control on libmagic inclusion and we add the
--without-libmagic to the configure args by default.

Reported-by: Paul Spooren <mail@aparcar.org>
Link: https://github.com/openwrt/openwrt/pull/20499
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/utils/e2fsprogs/Makefile
package/utils/e2fsprogs/patches/010-configure-make-libmagic-optional-and-configurable.patch [new file with mode: 0644]