From 68bdb682471a05bf1d00f621292e3e23bd7d7ed6 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Wed, 13 Aug 2008 21:12:26 +0000
Subject: [PATCH] Fix opkg compilation with ccache, thanks sn9

SVN-Revision: 12303
---
 package/opkg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index 76729db7b1..97971b3af5 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -53,7 +53,7 @@ endef
 
 define Build/Compile
 	$(MAKE) -C $(PKG_BUILD_DIR) \
-		CC=$(TARGET_CC) \
+		CC="$(TARGET_CC)" \
 		DESTDIR="$(PKG_INSTALL_DIR)" \
 		all install
 endef
-- 
GitLab