wok-6.x view gvfs/stuff/allow-dropbear-ssh.patch @ rev 21619
gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 25 14:09:45 2019 +0300 (2019-05-25) |
parents | |
children |
line source
1 --- daemon/gvfsbackendsftp.c.orig
2 +++ daemon/gvfsbackendsftp.c
3 @@ -237,7 +237,8 @@
4 if (ssh_stderr == NULL)
5 res = SFTP_VENDOR_INVALID;
6 else if ((strstr (ssh_stderr, "OpenSSH") != NULL) ||
7 - (strstr (ssh_stderr, "Sun_SSH") != NULL))
8 + (strstr (ssh_stderr, "Sun_SSH") != NULL) ||
9 + (strstr (ssh_stderr, "Dropbear") != NULL))
10 res = SFTP_VENDOR_OPENSSH;
11 else if (strstr (ssh_stderr, "SSH Secure Shell") != NULL)
12 res = SFTP_VENDOR_SSH;