]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: copy: add dependency on $(LIB_SMACK)
authorPádraig Brady <P@draigBrady.com>
Wed, 24 Sep 2025 10:18:52 +0000 (11:18 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 24 Sep 2025 10:21:51 +0000 (11:21 +0100)
* 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

src/local.mk

index 8f6d9a5d700329d7b830a44f308366fe530d5496..f8a4bcffba192342ca54ef4244e06fcbac6ec81d 100644 (file)
@@ -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)