]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Default to not using sandbox when cross compiling.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 8 Mar 2022 09:04:06 +0000 (20:04 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 8 Mar 2022 09:08:11 +0000 (20:08 +1100)
commit244f64071150d8e78b114a32c0e5ca1a0d21d54c
tree2f24db054bff3c011b81e0ca3c070da9138f4214
parent238ac091dd57316bc9690d9cc42229fe21ce0def
Default to not using sandbox when cross compiling.

On most systems poll(2) does not work when the number of FDs is reduced
with setrlimit, so assume it doesn't when cross compiling and we can't
run the test.  bz#3398.
configure.ac