mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-01 13:15:12 +00:00
re-enable SSH support
this was disabled by default upstream with the 1.4 release, but is required for cargo (via rust-git2 / rust-libgit2-sys). Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
4f75bfe911
commit
243e424705
2
debian/rules
vendored
2
debian/rules
vendored
@ -19,6 +19,7 @@ override_dh_auto_configure:
|
||||
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
|
||||
-DUSE_OPENSSL:BOOL=OFF \
|
||||
-DUSE_HTTPS=mbedTLS \
|
||||
-DUSE_SSH=ON \
|
||||
-DCERT_LOCATION=/etc/ssl/certs/ca-certificates.crt \
|
||||
-DUSE_CURL_SSL:BOOL=ON \
|
||||
-DUSE_GSSAPI:BOOL=ON \
|
||||
@ -33,6 +34,7 @@ override_dh_auto_configure:
|
||||
-DCMAKE_BUILD_TYPE:STRING=Release \
|
||||
-DTHREADSAFE:BOOL=ON \
|
||||
-DUSE_HTTPS=mbedTLS \
|
||||
-DUSE_SSH=ON \
|
||||
-DCERT_LOCATION=/etc/ssl/certs/ca-certificates.crt \
|
||||
-DUSE_CURL_SSL:BOOL=ON \
|
||||
-DUSE_GSSAPI:BOOL=ON \
|
||||
|
Loading…
Reference in New Issue
Block a user