[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libssh no longer compiles on Solaris
[Thread Prev] | [Thread Next]
- Subject: libssh no longer compiles on Solaris
- From: Tilo Eckert <tilo.eckert@xxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 11 Oct 2018 13:28:19 +0200
- To: libssh@xxxxxxxxxx
Hi, after upgrading libssh to the 0.8 branch, I can no longer compile libssh on Solaris. The function local_parse_glob() introduced by commit 99c5160 is not portable because GLOB_TILDE and the gl_flags field in the glob_t structure are both non-standard extensions. POSIX does not specify tilde expansion for glob(). So, unless someone is willing to make that function portable, I propose to revert commits 99c5160, b8e301a and a82e24f. Regards Tilo Eckert
Re: libssh no longer compiles on Solaris | Baruch Siach <baruch@xxxxxxxxxx> |
Re: libssh no longer compiles on Solaris | Andreas Schneider <asn@xxxxxxxxxxxxxx> |