Re: Use of O_DIRECTORY and Buildbot for tmux

2013-11-25 Thread Dagobert Michelsen
Hi folks, Am 14.11.2013 um 12:08 schrieb Dagobert Michelsen : > I noticed that the latest version in GIT uses "open" with O_DIRECTORY which is > not available on Solaris. As a quick fix I have a conditional use of that > define > as merge request: > https://sourceforge.net/p/tmux/tmux-code/merge

Use of O_DIRECTORY and Buildbot for tmux

2013-11-14 Thread Dagobert Michelsen
Hi, I noticed that the latest version in GIT uses "open" with O_DIRECTORY which is not available on Solaris. As a quick fix I have a conditional use of that define as merge request: https://sourceforge.net/p/tmux/tmux-code/merge-requests/6/ To catch issues on Solaris earlier I have set up build