elfutils: Add missing musl-fts dependency
[openwrt/openwrt.git] / package / libs / elfutils / Makefile
index f9a350f9fed5d0cb15813f4819ed3b19e19b0d00..9aa78d8352b9979df9acae98fe01c920fad03dd2 100644 (file)
@@ -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