Skip to content

Commit

Permalink
v2ray-core: Add ca-certificates as dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
  • Loading branch information
kuoruan committed Apr 28, 2019
1 parent 8954aff commit 84f9fa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=v2ray-core
PKG_VERSION:=4.18.1
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/v2ray/v2ray-core/tar.gz/v$(PKG_VERSION)?
Expand Down Expand Up @@ -55,6 +55,7 @@ define v2ray-core/templates
define Package/$(1)
$$(call v2ray-core/GoBinDefault)
TITLE+= ($(1))
DEPENDS:=+ca-certificates
endef

define Package/$(1)/description
Expand Down Expand Up @@ -98,6 +99,7 @@ define Package/v2ray-core
$(call v2ray-core/GoBinDefault)
TITLE+= (full)
PROVIDES:=$(V2RAY_COMPONENTS) v2ray-assets
DEPENDS:=+ca-certificates
endef

define Package/v2ray-core/description
Expand Down

0 comments on commit 84f9fa4

Please sign in to comment.