소스 검색

libcurl: Add ca-bundle (#564)

Jérôme Leclercq 4 년 전
부모
커밋
3e7b00fdc5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/l/libcurl/xmake.lua

+ 0 - 1
packages/l/libcurl/xmake.lua

@@ -84,7 +84,6 @@ package("libcurl")
         table.insert(configs, "--without-libidn2")
         table.insert(configs, "--without-nghttp2")
         table.insert(configs, "--without-brotli")
-        table.insert(configs, "--without-ca-bundle")
         table.insert(configs, "--without-ca-path")
         table.insert(configs, "--without-librtmp")
         table.insert(configs, "--without-libpsl")