packages: depend on libelf1 instead of libelf

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34905 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2012-12-28 09:42:41 +00:00
parent 61a3f0b49f
commit 583b452905
6 changed files with 8 additions and 11 deletions

View File

@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/make
SECTION:=devel
CATEGORY:=Development
DEPENDS:=+libelf
DEPENDS:=+libelf1
TITLE:=make
URL:=http://www.gnu.org/software/make/
endef