aboutsummaryrefslogtreecommitdiffstats
path: root/security/stunnel/files/patch-ac
blob: 180b11e87da6e67a8c3dc36e4ce30c2fd82621e2 (plain) (blame)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
*** configure.orig	Thu Feb 10 06:18:18 2000
--- configure	Fri Feb 25 16:29:14 2000
***************
*** 9,15 ****
  
  # Defaults:
  ac_help=
! ac_default_prefix=/usr/local
  # Any additions from configure.in:
  ac_help="$ac_help
    --with-random=FILE      read randomness from FILE (default=/dev/urandom)"
--- 9,15 ----
  
  # Defaults:
  ac_help=
! ac_default_prefix=%%LOCALBASE%%
  # Any additions from configure.in:
  ac_help="$ac_help
    --with-random=FILE      read randomness from FILE (default=/dev/urandom)"
***************
*** 1051,1064 ****
    echo "$ac_t""no" 1>&6
  fi
  
! echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
! echo "configure:1056: checking for pthread_create in -lpthread" >&5
! ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
! LIBS="-lpthread  $LIBS"
  cat > conftest.$ac_ext <<EOF
  #line 1064 "configure"
  #include "confdefs.h"
--- 1051,1064 ----
    echo "$ac_t""no" 1>&6
  fi
  
! echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
! echo "configure:1056: checking for pthread_create in -lc_r" >&5
! ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
! LIBS="-lc_r  $LIBS"
  cat > conftest.$ac_ext <<EOF
  #line 1064 "configure"
  #include "confdefs.h"
***************
*** 1086,1098 ****
  fi
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' \
      -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
  
!   LIBS="-lpthread $LIBS"
  
  else
    echo "$ac_t""no" 1>&6
--- 1086,1098 ----
  fi
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo c_r | sed -e 's/[^a-zA-Z0-9_]/_/g' \
      -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
  
!   LIBS="-lc_r $LIBS"
  
  else
    echo "$ac_t""no" 1>&6
***************
*** 1174,1180 ****
  
  echo $ac_n "checking for SSL directory""... $ac_c" 1>&6
  echo "configure:1177: checking for SSL directory" >&5
! for dir in ${prefix} /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do
      ssldir="$dir"
      if test -f "$dir/include/openssl/ssl.h"; then
          cat >> confdefs.h <<\EOF
--- 1174,1180 ----
  
  echo $ac_n "checking for SSL directory""... $ac_c" 1>&6
  echo "configure:1177: checking for SSL directory" >&5
! for dir in /usr ${prefix} /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local; do
      ssldir="$dir"
      if test -f "$dir/include/openssl/ssl.h"; then
          cat >> confdefs.h <<\EOF
***************
*** 1199,1205 ****
  echo $ac_n "checking for RSAref library""... $ac_c" 1>&6
  echo "configure:1201: checking for RSAref library" >&5
  saved_LIBS="$LIBS"
! LIBS="$saved_LIBS -lRSAglue -lrsaref"
  cat > conftest.$ac_ext <<EOF
  #line 1205 "configure"
  #include "confdefs.h"
--- 1199,1205 ----
  echo $ac_n "checking for RSAref library""... $ac_c" 1>&6
  echo "configure:1201: checking for RSAref library" >&5
  saved_LIBS="$LIBS"
! LIBS="$saved_LIBS -lRSAglue -L%%LOCALBASE%%/lib -lrsaref"
  cat > conftest.$ac_ext <<EOF
  #line 1205 "configure"
  #include "confdefs.h"