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@gmail.com>
This commit is contained in:
parent
3fe253c6ab
commit
a372946e60
@ -44,7 +44,7 @@ endef
|
|||||||
|
|
||||||
define Package/libdw
|
define Package/libdw
|
||||||
$(call Package/elfutils/Default)
|
$(call Package/elfutils/Default)
|
||||||
DEPENDS:=+libelf +libbz2
|
DEPENDS:=+libelf +libbz2 +USE_MUSL:musl-fts
|
||||||
TITLE+= (libdw)
|
TITLE+= (libdw)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user