summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-aa
blob: b25a3d80b4bb0d75ed101169009ccc92ea306aa8 (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
$NetBSD: patch-aa,v 1.29 2003/09/16 13:52:31 grant Exp $

--- configure.orig	2003-09-16 16:19:17.000000000 +1000
+++ configure
@@ -4583,6 +4583,9 @@ EOF
 	;;
 esac
 
+# pkgsrc handles any rpath settings this package needs
+need_dash_r=
+
 # Allow user to specify flags
 
 # Check whether --with-cflags or --without-cflags was given.
@@ -6428,6 +6431,10 @@ echo $ECHO_N "checking for libwrap... $E
 #line 6428 "configure"
 #include "confdefs.h"
 
+#ifdef HAVE_SYS_CDEFS_H
+#include <sys/cdefs.h>
+#endif
+#include <stdio.h>
 #include <tcpd.h>
 					int deny_severity = 0, allow_severity = 0;
 
@@ -16950,7 +16957,7 @@ echo "OpenSSH has been configured with t
 echo "                     User binaries: $B"
 echo "                   System binaries: $C"
 echo "               Configuration files: $D"
-echo "                   Askpass program: $E"
+echo "                   Askpass program: ${ASKPASS_PROGRAM}"
 echo "                      Manual pages: $F"
 echo "                          PID file: $G"
 echo "  Privilege separation chroot path: $H"