libcurl: Add ca-bundle (#564)

pull/565/head
Jérôme Leclercq 3 years ago committed by GitHub
parent 327b5dd6a6
commit 3e7b00fdc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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")

Loading…
Cancel
Save