allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia
SVN-Revision: 14467
This commit is contained in:
parent
af290a63dc
commit
e199317af3
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue