summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/openssh+gssapi/Makefile4
-rw-r--r--security/openssh/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile
index 3bb4548b6de..aaeddea5c50 100644
--- a/security/openssh+gssapi/Makefile
+++ b/security/openssh+gssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/09/17 14:27:03 jwise Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/07 23:58:49 jlam Exp $
# NOTE: This package is modeled on ../openssh, but does not share
# files with it as that package may update faster than the gssapi
@@ -99,7 +99,7 @@ CONFIGURE_ARGS+= --with-kerberos4=/usr
LDFLAGS+= -lkrb -lcom_err -lroken -ldes -lcrypto
.endif
-LD= ${CC}
+CONFIGURE_ENV+= LD=${CC:Q}
# The ssh-askpass program is in ${X11BASE}/bin or ${X11PREFIX}/bin depending
# on if it's part of the X11 distribution, or if it's installed from pkgsrc
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.