summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/patches/patch-aa')
-rw-r--r--security/openssh/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/openssh/patches/patch-aa b/security/openssh/patches/patch-aa
new file mode 100644
index 00000000000..0a53585fe96
--- /dev/null
+++ b/security/openssh/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.15 2001/06/28 23:12:16 jlam Exp $
+
+--- configure.orig Sun Jun 17 00:09:50 2001
++++ configure
+@@ -1796,7 +1796,7 @@
+
+ ;;
+ *-*-netbsd*)
+- need_dash_r=1
++ #need_dash_r=1 # buildlink.mk
+ ;;
+ *-*-freebsd*)
+ check_for_libcrypt_later=1
+@@ -1828,7 +1828,7 @@
+ *-*-solaris*)
+ CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+ LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
+- need_dash_r=1
++ #need_dash_r=1 # buildlink.mk
+ cat >> confdefs.h <<\EOF
+ #define PAM_SUN_CODEBASE 1
+ EOF