https://bugzilla.mindrot.org/show_bug.cgi?id=3085
--- Comment #28 from [email protected] --- $ac_cv_sizeof_size_t is 4 for me btw - not 32. Sounds about right. So I changed it to: if test "$ac_cv_sizeof_size_t" = "4" ; then And that looks better: grep SECCOMP_AUDIT_ARCH config.h #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_I386 OpenSSH also compiles fine then. Did not do any further tests. -- 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
