From 7ceebff5b94f6a179e8ef77d467b1af0cc1bc477 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 3 Dec 2023 16:06:46 +0100 Subject: [PATCH] package/elfutils: drop -lfts As spotted by Yann E. Morin in https://patchwork.ozlabs.org/project/buildroot/patch/20231022154133.1619344-1-bernd@kuhls.net, -lfts is not needed since bump to version 0.183 in commit ef92e86e845134868011cb0b801509a0755f855e and https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=da855fc9cd415c288bfcb9de1f3d5eb329de0557 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/elfutils/elfutils.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/elfutils/elfutils.mk b/package/elfutils/elfutils.mk index 45df971071..24eb168894 100644 --- a/package/elfutils/elfutils.mk +++ b/package/elfutils/elfutils.mk @@ -51,7 +51,6 @@ endif ifeq ($(BR2_TOOLCHAIN_USES_GLIBC),) ELFUTILS_DEPENDENCIES += musl-fts argp-standalone -ELFUTILS_LDFLAGS += -lfts endif ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)