mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libarchive: Add missing dependencies
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 <morgenroth@ibr.cs.tu-bs.de>
This commit is contained in:
@@ -19,7 +19,6 @@ PKG_LICENSE:=BSD-2-Clause
|
|||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_BUILD_DEPENDS:=libxml2 libopenssl zlib
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@@ -31,7 +30,7 @@ endef
|
|||||||
|
|
||||||
define Package/libarchive
|
define Package/libarchive
|
||||||
$(call Package/libarchive/Default)
|
$(call Package/libarchive/Default)
|
||||||
DEPENDS:=+libxml2 +libopenssl +zlib
|
DEPENDS:=+libxml2 +libopenssl +zlib +libacl +libattr +libbz2 +liblzo +libnettle
|
||||||
TITLE:=Multi-format archive and compression library
|
TITLE:=Multi-format archive and compression library
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user