iproute2: fix GCC14 compilation
authorRosen Penev <rosenp@gmail.com>
Mon, 23 Dec 2024 22:00:02 +0000 (14:00 -0800)
committerRobert Marko <robimarko@gmail.com>
Tue, 31 Dec 2024 12:17:34 +0000 (13:17 +0100)
commite0eca57b6e9298c2ea8aebf9cfea86271b77ebd0
tree6c6186822b9070970b35ef95884e8b147f849e3d
parentc8ea1aa970bf5a0275e3b0b7da777e804821ddcd
iproute2: fix GCC14 compilation

Missing limits.h. Upstream backport.

Add extra backports. Replace Alpine Linux patch with upstream one. Same
with patch 400.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17426
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/network/utils/iproute2/Makefile
package/network/utils/iproute2/patches/012-libnetlink-fix-build-with-musl-and-gcc-14.patch [deleted file]
package/network/utils/iproute2/patches/013-endian.h.patch [new file with mode: 0644]
package/network/utils/iproute2/patches/014-basename.patch [new file with mode: 0644]
package/network/utils/iproute2/patches/015-limits.h.patch [new file with mode: 0644]
package/network/utils/iproute2/patches/016-limits.h.patch [new file with mode: 0644]
package/network/utils/iproute2/patches/017-linux-limits.patch [new file with mode: 0644]
package/network/utils/iproute2/patches/018-linux-limits.patch [new file with mode: 0644]
package/network/utils/iproute2/patches/400-rdma-include-libgen.h-for-basename.patch [deleted file]