projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe253c
)
elfutils: Add missing musl-fts dependency
author
Florian Fainelli
<f.fainelli@gmail.com>
Sat, 8 Jan 2022 04:50:50 +0000
(20:50 -0800)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Sat, 8 Jan 2022 04:50:50 +0000
(20:50 -0800)
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>
package/libs/elfutils/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/elfutils/Makefile
b/package/libs/elfutils/Makefile
index f9a350f9fed5d0cb15813f4819ed3b19e19b0d00..9aa78d8352b9979df9acae98fe01c920fad03dd2 100644
(file)
--- 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