Ver código fonte

shadowsocksr-libev: bump version

coolsnowwolf 1 ano atrás
pai
commit
edb9e0f633
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      shadowsocksr-libev/Makefile

+ 3 - 3
shadowsocksr-libev/Makefile

@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=shadowsocksr-libev
 PKG_VERSION:=2.5.6
-PKG_RELEASE:=9
+PKG_RELEASE:=10
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/shadowsocksrr/shadowsocksr-libev
@@ -60,11 +60,11 @@ CONFIGURE_ARGS += \
 TARGET_CFLAGS += -flto
 TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
 
-ifeq ($(GCC_MAJOR_VERSION),12)
+ifeq ($(CONFIG_GCC_VERSION_12),y)
 	TARGET_CFLAGS += -Wno-error=use-after-free
 endif
 
-ifeq ($(GCC_MAJOR_VERSION),13)
+ifeq ($(CONFIG_GCC_VERSION_13),y)
 	TARGET_CFLAGS += -Wno-error=use-after-free
 endif