mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-15 16:39:06 +01:00
tools/expat: fix compilation with ccache
Even though expat is a C library, the configure script tests both C and C++ compilers so a fix is needed for the latter. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19594 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
dddf7b05cd
commit
b0650c50c8
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ HOST_BUILD_PARALLEL:=1
|
|||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOSTCC := $(HOSTCC_NOCACHE)
|
||||
HOSTCXX := $(HOSTCXX_NOCACHE)
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
--disable-shared \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue