]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too.
authortim <tim>
Sun, 17 Jan 2010 20:48:22 +0000 (20:48 +0000)
committertim <tim>
Sun, 17 Jan 2010 20:48:22 +0000 (20:48 +0000)
ChangeLog
configure.ac

index 4c170522b1884add975b77d6539ab50da5abafac..9759182dcc3acc400590b31c650199f8447d1eec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20100117
+ - (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too.
+
 20100116
  - (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h
    so we correctly detect whether or not we have a native user_from_uid.
index 98393595457232d97bdcff88fce7f0a4a50f5edd..eadf102124c322aac1c6979fc0b17c65c601c0bc 100644 (file)
@@ -786,6 +786,7 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(DISABLE_SHADOW)
        AC_DEFINE(DISABLE_FD_PASSING)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
+       AC_DEFINE(BROKEN_GETADDRINFO)
        AC_DEFINE(BROKEN_SETREUID)
        AC_DEFINE(BROKEN_SETREGID)
        AC_DEFINE(WITH_ABBREV_NO_TTY)
This page took 0.045518 seconds and 5 git commands to generate.