mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [Makefile.in] Define TEST_SSH_IPV6 in make's arguments as well
as environment.
This commit is contained in:
parent
5d37690a1f
commit
34f49c60fd
|
@ -42,6 +42,8 @@
|
|||
since the new CIDR code in addmatch.c references it.
|
||||
- (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
|
||||
specific tests on platforms that don't do IPv6.
|
||||
- (dtucker) [Makefile.in] Define TEST_SSH_IPV6 in make's arguments as well
|
||||
as environment.
|
||||
|
||||
20080609
|
||||
- (dtucker) OpenBSD CVS Sync
|
||||
|
@ -4128,4 +4130,4 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.4959 2008/06/10 18:15:05 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4960 2008/06/10 19:15:51 dtucker Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.292 2008/06/10 18:15:05 dtucker Exp $
|
||||
# $Id: Makefile.in,v 1.293 2008/06/10 19:15:51 dtucker Exp $
|
||||
|
||||
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||
#SHELL = @SH@
|
||||
|
@ -413,6 +413,7 @@ tests interop-tests: $(TARGETS)
|
|||
TEST_SSH_SFTPSERVER="$${TEST_SSH_SFTPSERVER}" \
|
||||
TEST_SSH_PLINK="$${TEST_SSH_PLINK}" \
|
||||
TEST_SSH_PUTTYGEN="$${TEST_SSH_PUTTYGEN}" \
|
||||
TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
|
||||
EXEEXT="$(EXEEXT)" \
|
||||
$@
|
||||
|
||||
|
|
Loading…
Reference in New Issue