summaryrefslogtreecommitdiff
path: root/security/openssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r--security/openssh/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index aa9a16db865..0db7e05b030 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.230 2015/06/12 10:51:03 wiz Exp $
+# $NetBSD: Makefile,v 1.231 2015/07/04 08:07:28 wiz Exp $
DISTNAME= openssh-6.6p1
PKGNAME= openssh-6.6.1
@@ -33,6 +33,11 @@ INSTALL_TARGET= install-nokeys
.include "options.mk"
+.if ${OPSYS} == "Darwin"
+# fixes: dyld: Symbol not found: _allow_severity
+CONFIGURE_ARGS+= --disable-strip
+.endif
+
.if ${OPSYS} == "Interix"
# OpenSSH on Interix has some important caveats