From: Karel Zak Date: Mon, 9 Mar 2026 09:30:57 +0000 (+0100) Subject: lib/meson: remove duplicated source files from lib_common_sources X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efdc69f4ea6e7c6d7db739e04c036adb49e07d33;p=thirdparty%2Futil-linux.git lib/meson: remove duplicated source files from lib_common_sources The files idcache.c, randutils.c, md5.c, sha1.c, strutils.c, and strv.c were listed both in the base lib_common_sources string list and then appended again via files() objects. Remove them from the base list since the files() append is needed for the named variables used by other meson.build files. Addresses: https://github.com/util-linux/util-linux/issues/4085 Signed-off-by: Karel Zak --- diff --git a/lib/meson.build b/lib/meson.build index 1469fb140..8bf699928 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -10,24 +10,18 @@ lib_common_sources = ''' encode.c env.c fileutils.c - idcache.c jsonwrt.c mangle.c match.c mbsalign.c mbsedit.c - md5.c pidutils.c pidfd-utils.c procfs.c pwdutils.c - randutils.c - sha1.c sha256.c shells.c signames.c - strutils.c - strv.c timeutils.c ttyutils.c xxhash.c