]> git.proxmox.com Git - libgit2.git/commitdiff
Explicitly set USE_SSH=ON
authorTimo Röhling <roehling@debian.org>
Sun, 28 Aug 2022 17:36:54 +0000 (19:36 +0200)
committerTimo Röhling <roehling@debian.org>
Sun, 28 Aug 2022 18:05:00 +0000 (20:05 +0200)
Closes: #1015965
debian/rules

index 276c3f942153bec344083e0a075c24fb4ed81eac..79da7fe507c32eea12a901ff77635c04302fb6bd 100755 (executable)
@@ -20,7 +20,8 @@ COMMON_CMAKE_FLAGS = \
        -DUSE_GSSAPI=ON \
        -DUSE_HTTPS=mbedTLS \
        -DUSE_HTTP_PARSER=system \
-       -DUSE_NTLMCLIENT=OFF
+       -DUSE_NTLMCLIENT=OFF \
+       -DUSE_SSH=ON
 
 
 %: