mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 00:29:43 +02:00
Fix opkg compilation with ccache, thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12303 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4bf320face
commit
7702f8e350
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user