summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-07 23:58:49 +0000
committerjlam <jlam@pkgsrc.org>2004-02-07 23:58:49 +0000
commit53f75c68301aaab22d7aca3a7e6474badd0def5d (patch)
treede79e6141313616e1c078e2a56a80d87f996b099 /security/openssh
parent697bff8eac632e76146deb4da76011a0d1360fd0 (diff)
downloadpkgsrc-53f75c68301aaab22d7aca3a7e6474badd0def5d.tar.gz
Don't set LD=${CC} globally, but only pass it to CONFIGURE_ENV, which is
the only relevant place that wants it.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 46aa659ee39..2b22cea11b3 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2003/11/12 03:39:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.121 2004/02/07 23:58:49 jlam Exp $
DISTNAME= openssh-3.7.1p2
PKGNAME= openssh-3.7.1.2
@@ -73,7 +73,7 @@ CONFIGURE_ARGS+= --with-privsep-user=${OPENSSH_USER}
# defaults to ${CC} if not. we override LD here, since running the
# linker directly results in undefined symbols for obvious reasons.
#
-LD= ${CC}
+CONFIGURE_ENV+= LD=${CC:Q}
# s/key support, enabled on Darwin and Solaris. NetBSD s/key has 4 args
# (4: sslen) to skeychallenge instead of 3, so disable s/key support.