]> git.ipfire.org Git - thirdparty/openwrt.git/commit
ead: fix compilation with GCC14 18645/head
authorRobert Marko <robimarko@gmail.com>
Wed, 30 Apr 2025 09:53:45 +0000 (11:53 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 30 Apr 2025 13:25:53 +0000 (15:25 +0200)
commit9acd6e5e989ef796941db7e9a23e37d2e63ca265
treefd5b0a3fa97d241b2958f392f2f2d59e8032e1b5
parent8266ff6591b11fd293718640a6a69d2407c9b022
ead: fix compilation with GCC14

Trying to compile EAD with now default GCC14 will fail due to now erroring
out on implicit int type as well as implicit function declarations.

Due to this, the packaged configure script will fail on the simple compiler
test as the generated test uses main loop with an implicit int type.

So, instead of patching multiple test cases in the shipped configure script
for tinysrp lets run autoreconf on it so its regenerated.

We also need to pass -Wno-error=implicit-function-declaration as there are
multiple instances of tinysrp code relying on implicit function declarations.

Link: https://github.com/openwrt/openwrt/pull/18645
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/network/services/ead/Makefile