mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
elfutils: fix DEPENDS for libelf
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
9a5a10eb69
commit
0297610554
@ -39,12 +39,12 @@ endef
|
||||
define Package/libasm
|
||||
$(call Package/elfutils/Default)
|
||||
TITLE+= (libasm)
|
||||
DEPENDS:=libelf +libdw
|
||||
DEPENDS:=+libelf +libdw
|
||||
endef
|
||||
|
||||
define Package/libdw
|
||||
$(call Package/elfutils/Default)
|
||||
DEPENDS:=libelf +libbz2
|
||||
DEPENDS:=+libelf +libbz2
|
||||
TITLE+= (libdw)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user