projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dddf7b0
)
tools/expat: fix compilation with ccache
author
Rosen Penev
<
[email protected]
>
Sun, 27 Jul 2025 18:37:27 +0000
(11:37 -0700)
committer
Robert Marko
<
[email protected]
>
Tue, 29 Jul 2025 19:33:12 +0000
(21:33 +0200)
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/19594
Signed-off-by: Robert Marko <
[email protected]
>
tools/expat/Makefile
patch
|
blob
|
history
diff --git
a/tools/expat/Makefile
b/tools/expat/Makefile
index 941f0c3fbfb890afa993ca2738da9e9303f151c5..8e46aa989eb70b553fb517eb0ea3f028aeb6b962 100644
(file)
--- a/
tools/expat/Makefile
+++ b/
tools/expat/Makefile
@@
-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 \