projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8eff2b
)
[package] elfutils: fix missing dependency for libdw
author
Florian Fainelli
<florian@openwrt.org>
Tue, 7 Aug 2012 16:09:01 +0000
(16:09 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 7 Aug 2012 16:09:01 +0000
(16:09 +0000)
SVN-Revision: 33036
libs/elfutils/Makefile
patch
|
blob
|
history
diff --git
a/libs/elfutils/Makefile
b/libs/elfutils/Makefile
index 4f64575337438a30de1aba48c9eb627133526b5a..b3abec3ad91978267b50e53330729e561b03bcd4 100644
(file)
--- a/
libs/elfutils/Makefile
+++ b/
libs/elfutils/Makefile
@@
-29,6
+29,7
@@
endef
define Package/libdw
$(call Package/elfutils/Default)
+ DEPENDS:=libelf1 +zlib
TITLE+= (libdw)
endef