mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
libarchive: add missing CONFLICT
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
This commit is contained in:
committed by
Rosen Penev
parent
85aed680be
commit
256f8f76a6
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libarchive
|
||||
PKG_VERSION:=3.6.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://www.libarchive.org/downloads
|
||||
@@ -34,6 +34,7 @@ endef
|
||||
define Package/libarchive
|
||||
$(call Package/libarchive/Default)
|
||||
DEPENDS += +libopenssl
|
||||
CONFLICTS:=libarchive-noopenssl
|
||||
endef
|
||||
|
||||
define Package/libarchive-noopenssl
|
||||
|
||||
Reference in New Issue
Block a user