]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add minix host tuple.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 9 Dec 2021 23:12:57 +0000 (10:12 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 9 Dec 2021 23:12:57 +0000 (10:12 +1100)
Define SETEUID_BREAKS_SETUID for it which should make privsep work.

configure.ac

index ddb6c5b113a8a08feea013724326bf37cbf68c7b..1feb73ef9cfc9c6941cee990071f57d278e05516 100644 (file)
@@ -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