summaryrefslogtreecommitdiff
path: root/security/ssh/patches/patch-aj
blob: 36f0d3d67dd3c87cc527564e9c77aff03d10470a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
$NetBSD: patch-aj,v 1.4 1998/08/07 11:13:50 agc Exp $

Index: configure.in
*** configure.in.orig	Tue Jan 20 05:24:14 1998
--- configure.in	Sat Jan 24 19:05:51 1998
***************
*** 635,643 ****
  
  export CFLAGS CC
  
! # Socket pairs appear to be broken on several systems.  I don't know exactly
! # where, so I'll use pipes everywhere for now.
! AC_DEFINE(USE_PIPES)
  
  AC_MSG_CHECKING([that the compiler works])
  AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
--- 635,643 ----
  
  export CFLAGS CC
  
! dnl # Socket pairs appear to be broken on several systems.  I don't know exactly
! dnl # where, so I'll use pipes everywhere for now.
! dnl AC_DEFINE(USE_PIPES)
  
  AC_MSG_CHECKING([that the compiler works])
  AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
***************
*** 1506,1519 ****
  [ case "$enableval" in
    no)
         AC_MSG_RESULT(no)
!        SSHINSTALLMODE=0711
         ;;
    *)   AC_MSG_RESULT(yes)
!        SSHINSTALLMODE=04711
         ;;
    esac ],
    AC_MSG_RESULT(yes)
!   SSHINSTALLMODE=04711
  )
  
  # We include this here only to make it visible in --help; this is only used
--- 1506,1519 ----
  [ case "$enableval" in
    no)
         AC_MSG_RESULT(no)
!        SSHINSTALLMODE=0511
         ;;
    *)   AC_MSG_RESULT(yes)
!        SSHINSTALLMODE=04511
         ;;
    esac ],
    AC_MSG_RESULT(yes)
!   SSHINSTALLMODE=04511
  )
  
  # We include this here only to make it visible in --help; this is only used
***************
*** 1539,1542 ****
  AC_SUBST(CONFOBJS)
  AC_SUBST(SSHINSTALLMODE)
  
! AC_OUTPUT(Makefile sshd.8 ssh.1 make-ssh-known-hosts.1 zlib-1.0.4/Makefile)
--- 1539,1542 ----
  AC_SUBST(CONFOBJS)
  AC_SUBST(SSHINSTALLMODE)
  
! AC_OUTPUT(Makefile sshd.8 ssh.1 make-ssh-known-hosts.pl make-ssh-known-hosts.1 zlib-1.0.4/Makefile)