From: Pádraig Brady Date: Wed, 24 Sep 2025 10:18:52 +0000 (+0100) Subject: build: copy: add dependency on $(LIB_SMACK) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de3ea76dbc056feafd415167d26853a5f42082d5;p=thirdparty%2Fcoreutils.git build: copy: add dependency on $(LIB_SMACK) * src/local.mk: Due to gnulib adjustments, this explicit dependency is required with the mold linker at least. Reported at https://github.com/coreutils/coreutils/issues/113 --- diff --git a/src/local.mk b/src/local.mk index 8f6d9a5d70..f8a4bcffba 100644 --- a/src/local.mk +++ b/src/local.mk @@ -237,6 +237,7 @@ src_test_LDADD += $(EUIDACCESS_LIBGEN) # for selinux use copy_ldadd += $(LIB_SELINUX) +copy_ldadd += $(LIB_SMACK) src_chcon_LDADD += $(LIB_SELINUX) src_ginstall_LDADD += $(LIB_SELINUX) src_id_LDADD += $(LIB_SELINUX)