From a1c8fa41f6f6e5047182fe90656bcd30243bca8d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 6 Jul 2010 09:27:32 +0200 Subject: Update all packages to quote $(TARGET_CC) Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni --- package/openssh/openssh.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/openssh') 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 -- cgit v1.2.3