OpenSSH 2.5.0p1
Tim Rice
tim at multitalents.net
Sun Feb 18 12:24:53 EST 2001
>
> I guess what needs to be asked... Is what needs to OCCUR in the next 3
> to 4 days to assure we have a stable project on majority of the platforms?
Here is a 2 line patch to configure.in so SCO Open Server 3 will
compile with the --with-tcp-wrappers option.
>
> - Ben
>
>
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
-------------- next part --------------
--- openssh_cvs/configure.in.old Fri Feb 16 18:15:18 2001
+++ openssh_cvs/configure.in Sat Feb 17 17:15:17 2001
@@ -324,6 +331,9 @@
AC_CHECK_LIB(socket, main, , )
fi
+dnl SCO OS3 needs this for libwrap
+AC_CHECK_LIB(rpc, innetgr, LIBS="-lrpc -lyp -lrpc $LIBS" , , -lyp -lrpc)
+
AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen")
AC_CHECK_LIB(z, deflate, ,AC_MSG_ERROR([*** zlib missing - please install first or check config.log ***]))
AC_CHECK_LIB(util, login, AC_DEFINE(HAVE_LIBUTIL_LOGIN) LIBS="$LIBS -lutil")
More information about the openssh-unix-dev
mailing list