From: Darren Tucker Date: Thu, 9 Dec 2021 23:12:57 +0000 (+1100) Subject: Add minix host tuple. X-Git-Tag: V_8_9_P1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c09bb1b2e207d091cec299c49416c23d24a1b31;p=thirdparty%2Fopenssh-portable.git Add minix host tuple. Define SETEUID_BREAKS_SETUID for it which should make privsep work. --- diff --git a/configure.ac b/configure.ac index ddb6c5b11..1feb73ef9 100644 --- a/configure.ac +++ b/configure.ac @@ -963,6 +963,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) AC_MSG_RESULT([architecture not supported]) fi ;; +*-*-minix) + AC_DEFINE([SETEUID_BREAKS_SETUID]) + ;; mips-sony-bsd|mips-sony-newsos4) AC_DEFINE([NEED_SETPGRP], [1], [Need setpgrp to acquire controlling tty]) SONY=1