From afd4134284947db921420bb99bd0246c9a48d076 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 17 Jan 2010 20:48:22 +0000 Subject: [PATCH] - (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too. --- ChangeLog | 3 +++ configure.ac | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4c170522..9759182d 100644 --- 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. diff --git a/configure.ac b/configure.ac index 98393595..eadf1021 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.45.1