Browse Source

naiveproxy: update to 93.0.4577.63-2

Tianling Shen 4 years ago
parent
commit
76bd7c35ee
2 changed files with 3 additions and 3 deletions
  1. 2 2
      naiveproxy/Makefile
  2. 1 1
      naiveproxy/src/init_env.sh

+ 2 - 2
naiveproxy/Makefile

@@ -5,12 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=naiveproxy
-PKG_VERSION:=93.0.4577.63-1
+PKG_VERSION:=93.0.4577.63-2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=dc2e76f8ad5b92931deb0db799e35d9a74975f625d568bebda84a63d3274bb01
+PKG_HASH:=091fa8129f390cc90530f92b0e9c90f1e7bb131f3f9e5bcda192a782bf7af19e
 
 PKG_LICENSE:=BSD 3-Clause
 PKG_LICENSE_FILES:=LICENSE

+ 1 - 1
naiveproxy/src/init_env.sh

@@ -87,6 +87,6 @@ case "${target_arch}" in
 	;;
 "mips"|"mips64"|"mipsel"|"mips64el")
 	naive_flags+=" use_gold=false is_cfi=false use_cfi_icall=false use_thin_lto=false mips_arch_variant=\"r2\""
-	[[ "${target_arch}" =~ ^"mips"$|^"mipsel"$ ]] && naive_flags+=" mips_float_abi=\"soft\" mips_tune=\"${cpu_type}\""
+	[[ "${target_arch}" =~ ^"mips"$|^"mipsel"$ ]] && naive_flags+=" mips_float_abi=\"soft\" mips_tune=\"${cpu_type}\" chrome_pgo_phase=0"
 	;;
 esac