[openwrt/openwrt] elfutils: Add missing musl-fts dependency

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 7 20:53:00 PST 2022


florian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a372946e6080b253f42ab1d3af97f4929c269ed9

commit a372946e6080b253f42ab1d3af97f4929c269ed9
Author: Florian Fainelli <f.fainelli at gmail.com>
AuthorDate: Fri Jan 7 20:50:50 2022 -0800

    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 <f.fainelli at gmail.com>
---
 package/libs/elfutils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 



More information about the lede-commits mailing list