From: florian Date: Fri, 18 Jan 2013 16:34:31 +0000 (+0000) Subject: elfutils: add missing libbz2 dependency X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=61515ff8afcf913073749e2c2ba77c9af175a99c;p=packages.git elfutils: add missing libbz2 dependency Signed-off-by: Russell Senior Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/packages@35229 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 4f2ffa5fb..0311d8266 100644 --- a/libs/elfutils/Makefile +++ b/libs/elfutils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2011 OpenWrt.org +# Copyright (C) 2010-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=elfutils PKG_VERSION:=0.152 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://fedorahosted.org/releases/e/l/$(PKG_NAME)/$(PKG_VERSION) @@ -29,7 +29,7 @@ endef define Package/libdw $(call Package/elfutils/Default) - DEPENDS:=libelf1 +zlib + DEPENDS:=libelf1 +zlib +libbz2 TITLE+= (libdw) endef