diff --git a/srcpkgs/iproute2/patches/include-limits-h.patch b/srcpkgs/iproute2/patches/include-limits-h.patch new file mode 100644 index 00000000000..fd46ed681b7 --- /dev/null +++ b/srcpkgs/iproute2/patches/include-limits-h.patch @@ -0,0 +1,14 @@ +import missing on musl +-- +diff --git a/bridge/mdb.c b/bridge/mdb.c +index fbb4f70..1879345 100644 +--- a/bridge/mdb.c ++++ b/bridge/mdb.c +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include + + #include "libnetlink.h" + #include "utils.h" diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template index 6d188731ec1..e7ca6e6527a 100644 --- a/srcpkgs/iproute2/template +++ b/srcpkgs/iproute2/template @@ -1,6 +1,6 @@ # Template file for 'iproute2' pkgname=iproute2 -version=6.3.0 +version=6.4.0 revision=1 build_style=configure make_install_args="SBINDIR=/usr/bin" @@ -11,7 +11,7 @@ maintainer="Enno Boland " license="GPL-2.0-only" homepage="https://wiki.linuxfoundation.org/networking/iproute2" distfiles="${KERNEL_SITE}/utils/net/iproute2/iproute2-${version}.tar.xz" -checksum=dfb2a98db96e7a653cffc6693335a1a466e29a34b6ac528be48f35e1d2766732 +checksum=4c51b8decbc7e4da159ffb066f590cfb93dbf9af7ff86b1647ce42b7c179a272 # Requires unshare, which is not provided by chroot-util-linux. make_check=no