[package] elfutils: fix missing dependency for libdw

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33036 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-08-07 16:09:01 +00:00
parent 0b43afa603
commit 03df28b39c

View File

@ -29,6 +29,7 @@ endef
define Package/libdw
$(call Package/elfutils/Default)
DEPENDS:=libelf1 +zlib
TITLE+= (libdw)
endef