]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: cleanup libraries unnecessarily added to fold
authorCollin Funk <collin.funk1@gmail.com>
Wed, 10 Sep 2025 03:39:37 +0000 (20:39 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 10 Sep 2025 03:39:37 +0000 (20:39 -0700)
* src/local.mk (src_fold_LDADD): Remove $(MBRTOWC_LIB) since it is
already added to LDADD. Remove $(LIBC32CONV) and $(LIBUNISTRING) which
were for an uncommitted patch which used Gnulib's mbfile module.

src/local.mk

index 3f93a750787b037cfe88825162e7679a1efda77b..c7c77a7c95d52d37e2df3b4218f7b63bb822000d 100644 (file)
@@ -336,9 +336,6 @@ src_sort_LDADD += $(LIBPMULTITHREAD)
 # for pthread_sigmask
 src_sort_LDADD += $(PTHREAD_SIGMASK_LIB)
 
-# for mbrtowc, mbfile
-src_fold_LDADD += $(LIBC32CONV) $(LIBUNISTRING) $(MBRTOWC_LIB)
-
 # Get the release year from lib/version-etc.c.
 RELEASE_YEAR = \
   `sed -n '/.*COPYRIGHT_YEAR = \([0-9][0-9][0-9][0-9]\) };/s//\1/p' \