]> git.ipfire.org Git - thirdparty/openwrt.git/commit
tools/expat: fix compilation with ccache 19594/head
authorRosen Penev <rosenp@gmail.com>
Sun, 27 Jul 2025 18:37:27 +0000 (11:37 -0700)
committerRobert Marko <robimarko@gmail.com>
Tue, 29 Jul 2025 19:33:12 +0000 (21:33 +0200)
commitb0650c50c8f040cf3f94af0f9b07e65c14f36045
tree514b9a41bc91dfdd0824a48a006435c5d289b838
parentdddf7b05cded37514be383fc3119b7277d410a33
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>
tools/expat/Makefile