summaryrefslogtreecommitdiff
path: root/security/openssh+gssapi
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+gssapi
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+gssapi')
-rw-r--r--security/openssh+gssapi/Makefile4
1 files changed, 2 insertions, 2 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