mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 22:25:04 +00:00
Merge branch 'debian/fix-927889' into 'master'
Use mbedTLS with standard CA certificate location (Closes: #927889) See merge request debian/libgit2!2
This commit is contained in:
commit
f60dd18218
3
debian/rules
vendored
3
debian/rules
vendored
@ -18,6 +18,8 @@ override_dh_auto_configure:
|
|||||||
dh_auto_configure --builddirectory=build-debian-release -- \
|
dh_auto_configure --builddirectory=build-debian-release -- \
|
||||||
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
|
||||||
-DUSE_OPENSSL:BOOL=OFF \
|
-DUSE_OPENSSL:BOOL=OFF \
|
||||||
|
-DUSE_HTTPS=mbedTLS \
|
||||||
|
-DCERT_LOCATION=/etc/ssl/certs/ca-certificates.crt \
|
||||||
-DUSE_CURL_SSL:BOOL=ON \
|
-DUSE_CURL_SSL:BOOL=ON \
|
||||||
-DUSE_GSSAPI:BOOL=ON \
|
-DUSE_GSSAPI:BOOL=ON \
|
||||||
-DTHREADSAFE:BOOL=ON \
|
-DTHREADSAFE:BOOL=ON \
|
||||||
@ -28,6 +30,7 @@ override_dh_auto_configure:
|
|||||||
-DCMAKE_BUILD_TYPE:STRING=Release \
|
-DCMAKE_BUILD_TYPE:STRING=Release \
|
||||||
-DTHREADSAFE:BOOL=ON \
|
-DTHREADSAFE:BOOL=ON \
|
||||||
-DUSE_HTTPS=mbedTLS \
|
-DUSE_HTTPS=mbedTLS \
|
||||||
|
-DCERT_LOCATION=/etc/ssl/certs/ca-certificates.crt \
|
||||||
-DUSE_CURL_SSL:BOOL=ON \
|
-DUSE_CURL_SSL:BOOL=ON \
|
||||||
-DUSE_GSSAPI:BOOL=ON \
|
-DUSE_GSSAPI:BOOL=ON \
|
||||||
-DBUILD_CLAR:BOOL=OFF \
|
-DBUILD_CLAR:BOOL=OFF \
|
||||||
|
Loading…
Reference in New Issue
Block a user