libarchive: Add missing dependencies
authorJohannes Morgenroth <redacted>
Fri, 22 Aug 2014 12:35:35 +0000 (14:35 +0200)
committerJohannes Morgenroth <redacted>
Fri, 22 Aug 2014 12:35:35 +0000 (14:35 +0200)
Dependencies to libacl, libattr, libbz2, liblzo, and libnettle added.
PKG_BUILD_DEPENDS is removed since it is already defined by DEPENDS.

Signed-off-by: Johannes Morgenroth <redacted>
libs/libarchive/Makefile

index 48264f85cb48ab79be8ba13112292a0860658c6e..b673111bc651519342e3b9deab799850e398c2cc 100644 (file)
@@ -19,7 +19,6 @@ PKG_LICENSE:=BSD-2-Clause
 
 PKG_INSTALL:=1
 PKG_FIXUP:=autoreconf
-PKG_BUILD_DEPENDS:=libxml2 libopenssl zlib
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -31,7 +30,7 @@ endef
 
 define Package/libarchive
   $(call Package/libarchive/Default)
-  DEPENDS:=+libxml2 +libopenssl +zlib
+  DEPENDS:=+libxml2 +libopenssl +zlib +libacl +libattr +libbz2 +liblzo +libnettle
   TITLE:=Multi-format archive and compression library
 endef
 
git clone https://git.99rst.org/PROJECT