https://bugzilla.mindrot.org/show_bug.cgi?id=2990
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Darren Tucker <[email protected]> --- > Preprocessor flags: [...] -Iyes/include > Linker flags: [...] -Lyes/lib That looks wrong. What flags did you give to configure? > guess that this had to be made in ./autoconf for all users In general OpenSSH doesn't need and should not be linked with pthreads. Generally the only time it's needed is if libcrypto needs it (which appears to be the case here; it looks like you have a static libcrypto which is dynamically linked against pthreads). -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
