]> git.proxmox.com Git - libgit2.git/commit
Use mbedTLS with standard CA certificate location (Closes: #927889)
authorDan Nicholson <nicholson@endlessm.com>
Thu, 12 Mar 2020 16:58:10 +0000 (12:58 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 12 Mar 2020 16:58:10 +0000 (12:58 -0400)
commit1f5366ed757afd0cb7bd16fcf6ad775b2614c9af
tree5e692843846d228bead828f3ce8a745e95b16626
parentbcd6925ae8d0bf8a1e5bd0e4534e3a7affa327a3
Use mbedTLS with standard CA certificate location (Closes: #927889)

Specify mbedTLS for https for both builds and pass in the standard
certificate location since it otherwise fails to set a certificate
path if openssl and ca-certificates are not installed at build time.
debian/rules