1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Should fix MIPS compilation

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-08-28 17:52:08 +02:00
parent 1aed8289d1
commit 1d231c0101

View file

@ -21,6 +21,8 @@ PKG_BUILD_DEPENDS:=golang/host
GO_PKG:=github.com/shadowsocks/v2ray-plugin
#GO_PKG_BUILD_PKG:=github.com/shadowsocks/v2ray-plugin
PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
include ../golang/golang-package.mk
@ -31,7 +33,6 @@ define Package/v2ray-plugin
URL:=https://github.com/shadowsocks/v2ray-plugin
DEPENDS:=$(GO_ARCH_DEPENDS) \
+golang-protobuf-dev +v2ray-core-dev +v2ray-ext-dev +golang-golang-x-crypto-dev
PKGARCH:=all
endef
define Package/v2ray-plugin/description