summaryrefslogtreecommitdiff
path: root/security/openssh/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-08-04 06:43:52 +0000
committerminskim <minskim>2004-08-04 06:43:52 +0000
commit33c43f8c51abb642368974b647bef25ca1f981f1 (patch)
treef41df26ffa1657627acf152248fd15a93e8fa250 /security/openssh/Makefile
parentedf655f873ba899be66e86bed701e5a22e347789 (diff)
downloadpkgsrc-33c43f8c51abb642368974b647bef25ca1f981f1.tar.gz
Make openssh build on Interix. Currently only the client (ssh) was
tested. The server (sshd) still needs more patches especially because of non-zero Administrator uid/gid issues.
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r--security/openssh/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 94cca0c5d2c..eb43051cc98 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2004/07/25 12:36:03 grant Exp $
+# $NetBSD: Makefile,v 1.141 2004/08/04 06:43:52 minskim Exp $
DISTNAME= openssh-3.8.1p1
PKGNAME= openssh-3.8.1.1
@@ -73,6 +73,10 @@ MESSAGE_SRC+= ${.CURDIR}/MESSAGE.pam
#
CONFIGURE_ENV+= LD=${CC:Q}
+.if ${OPSYS} == "Interix"
+CONFIGURE_ENV+= ac_cv_type_struct_timespec=yes
+.endif
+
# Enable S/Key support on NetBSD, Darwin, and Solaris.
.if (${OPSYS} == "NetBSD") || (${OPSYS} == "Darwin") || (${OPSYS} == "SunOS")
. include "../../security/skey/buildlink3.mk"