summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-04 08:07:28 +0000
committerwiz <wiz@pkgsrc.org>2015-07-04 08:07:28 +0000
commit79275aabfb03635cb4908a32b635f6e14ea6a132 (patch)
tree0ec84a635cf103d24ca51f9aa0534a1d09829647
parentcfb34dc8b121ccf3924f1dc69811b293b5e6cb9f (diff)
downloadpkgsrc-79275aabfb03635cb4908a32b635f6e14ea6a132.tar.gz
Disable stripping on Darwin.
Fixes "dyld: Symbol not found: _allow_severity". From Andreas Kusalananda Kähäri on pkgsrc-users.
-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