[packages] make: depends on libelf
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Jun 2012 23:47:57 +0000 (23:47 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Jun 2012 23:47:57 +0000 (23:47 +0000)
SVN-Revision: 32298

devel/make/Makefile

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