소스 검색

Merge pull request #1350 from Yonsm/main

Add libopenssl-legacy to fix chipher failure on openwrt 23 with openssl 3.0
coolsnowwolf 1 년 전
부모
커밋
0bf0486a3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      shadowsocksr-libev/Makefile

+ 1 - 1
shadowsocksr-libev/Makefile

@@ -34,7 +34,7 @@ define Package/shadowsocksr-libev/Default
     SUBMENU:=Web Servers/Proxies
     TITLE:=shadowsocksr-libev ssr-$(1)
     URL:=https://github.com/shadowsocksrr/shadowsocksr-libev
-    DEPENDS:=+libev +libsodium +libopenssl +libpthread +libpcre +libudns +zlib
+    DEPENDS:=+libev +libsodium +libopenssl +libpthread +libpcre +libudns +zlib +libopenssl-legacy
   endef
 
   define Package/shadowsocksr-libev-ssr-$(1)/install