From 1d231c01010e899fd0baf63520c21b19fd47484e Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 28 Aug 2019 17:52:08 +0200 Subject: [PATCH] Should fix MIPS compilation --- shadowsocks-v2ray-plugin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shadowsocks-v2ray-plugin/Makefile b/shadowsocks-v2ray-plugin/Makefile index bdd19fdb2..336237c4a 100644 --- a/shadowsocks-v2ray-plugin/Makefile +++ b/shadowsocks-v2ray-plugin/Makefile @@ -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