mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 11:51:05 +02:00
[package] allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14467 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
37c404bc41
commit
f4cddbda8c
@ -50,8 +50,8 @@ CONFIGURE_ARGS = \
|
||||
--sysconfdir=/etc \
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
BUILD_CC=$(HOSTCC) \
|
||||
TARGET_CC=$(TARGET_CC) \
|
||||
BUILD_CC="$(HOSTCC)" \
|
||||
TARGET_CC="$(TARGET_CC)" \
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) all
|
||||
|
Loading…
x
Reference in New Issue
Block a user