tcp-wrappers not being used even w/ --with-tcp-wrappers
Niels Kristian Bech Jensen
nkbj at image.dk
Tue Nov 23 06:15:14 EST 1999
On 22 Nov 1999, Chris Saia wrote:
> Howdy,
>
> It seems that even when specifying the --with-tcp-wrappers configure
> flag, the LIBWRAP define in config.h never gets #define'd and -lwrap
> never gets added to LIBS in the Makefile. To make sure I wasn't
> dealing with a stale configure file, I ran autoconf on configure.in
> to roll a new configure. I also don't see anything wrong with the
> --with-tcp-wrappers defined in configure.in. No luck so far.
>
> I'll continue poking at the source to try to solve it, but in the
> meantime, if someone comes up with the solution, please post it to
> the list.
>
This patch should fix the problem:
--- openssh-1.2pre14/configure.in~ Mon Nov 22 06:11:05 1999
+++ openssh-1.2pre14/configure.in Mon Nov 22 20:13:15 1999
@@ -284,7 +284,7 @@
)
dnl Check whether user wants TCP wrappers support
-AC_ARG_WITH(skey,
+AC_ARG_WITH(tcp-wrappers,
[ --with-tcp-wrappers Enable tcpwrappers support],
[
AC_DEFINE(LIBWRAP)
--
Niels Kristian Bech Jensen -- nkbj at image.dk -- http://www.image.dk/~nkbj/
----------->> Stop software piracy --- use free software! <<-----------
More information about the openssh-unix-dev
mailing list