summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2015-07-04 08:07:28 +0000
committerwiz <wiz>2015-07-04 08:07:28 +0000
commit4a99449915de7f6b49829bfa52e67d6439bb4570 (patch)
tree0ec84a635cf103d24ca51f9aa0534a1d09829647 /security
parentc613b0a34c035238dc4b9f133277379914773efd (diff)
downloadpkgsrc-4a99449915de7f6b49829bfa52e67d6439bb4570.tar.gz
Disable stripping on Darwin.
Fixes "dyld: Symbol not found: _allow_severity". From Andreas Kusalananda Kähäri on pkgsrc-users.
Diffstat (limited to 'security')
-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