Fixing a couple build failures: perf was looking for libbfd, and libdw was looking for libbz2.
Signed-off-by: Russell Senior <russ...@personaltelco.net> --- devel/perf/Makefile | 2 +- libs/elfutils/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/perf/Makefile b/devel/perf/Makefile index 2f3712b..5fb2f91 100644 --- a/devel/perf/Makefile +++ b/devel/perf/Makefile @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= +libelf1 +libdw +libpthread +librt + DEPENDS:= +libelf1 +libdw +libpthread +librt +binutils TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 4f2ffa5..ac1df51 100644 --- a/libs/elfutils/Makefile +++ b/libs/elfutils/Makefile @@ -29,7 +29,7 @@ endef define Package/libdw $(call Package/elfutils/Default) - DEPENDS:=libelf1 +zlib + DEPENDS:=libelf1 +zlib +libbz2 TITLE+= (libdw) endef -- 1.7.2.2 -- Russell Senior, President russ...@personaltelco.net _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel