diff options
Diffstat (limited to 'package/openssh/openssh.mk')
-rw-r--r-- | package/openssh/openssh.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk index 9a06d1283..64274e5a1 100644 --- a/package/openssh/openssh.mk +++ b/package/openssh/openssh.mk @@ -6,7 +6,7 @@ OPENSSH_VERSION=5.1p1 OPENSSH_SITE=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable -OPENSSH_CONF_ENV = LD=$(TARGET_CC) +OPENSSH_CONF_ENV = LD="$(TARGET_CC)" OPENSSH_CONF_OPT = --libexecdir=/usr/lib --disable-lastlog --disable-utmp \ --disable-utmpx --disable-wtmp --disable-wtmpx --without-x |