mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Remove GSSAPI support in libssh
This commit is contained in:
parent
604c43bfab
commit
8a87170c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ tmate_LDADD = \
|
|||
*.c: $(tmate_LDADD)
|
||||
|
||||
libssh/build/src/libssh.a:
|
||||
cd libssh/build && cmake .. -DWITH_SFTP=OFF -DWITH_SERVER=OFF -DWITH_PCAP=OFF -DWITH_STATIC_LIB=ON
|
||||
cd libssh/build && cmake .. -DWITH_SFTP=OFF -DWITH_SERVER=OFF -DWITH_PCAP=OFF -DWITH_STATIC_LIB=ON -DWITH_GSSAPI=OFF
|
||||
+make -C libssh/build ssh_static
|
||||
|
||||
msgpack/src/.libs/libmsgpackc.a:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue