From: Florian Fainelli Date: Sat, 8 Jan 2022 04:50:50 +0000 (-0800) Subject: elfutils: Add missing musl-fts dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a372946e6080b253f42ab1d3af97f4929c269ed9;p=openwrt%2Fstaging%2Flynxis.git elfutils: Add missing musl-fts dependency libdw depends on libfts.so when building with the musl-libc library, add this missing dependency. Fixes: 6835ea13f0fa ("elfutils: update to 0.186") Signed-off-by: Florian Fainelli --- diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile index f9a350f9fe..9aa78d8352 100644 --- a/package/libs/elfutils/Makefile +++ b/package/libs/elfutils/Makefile @@ -44,7 +44,7 @@ endef define Package/libdw $(call Package/elfutils/Default) - DEPENDS:=+libelf +libbz2 + DEPENDS:=+libelf +libbz2 +USE_MUSL:musl-fts TITLE+= (libdw) endef