diff --git a/srcpkgs/iproute2/patches/musl.patch b/srcpkgs/iproute2/patches/musl.patch deleted file mode 100644 index 4647f15dc37..00000000000 --- a/srcpkgs/iproute2/patches/musl.patch +++ /dev/null @@ -1,15 +0,0 @@ -Upstream: No -Reason: FTBFS - -diff --git tc/f_flower.c tc/f_flower.c -index 65fca04..5043907 100644 ---- tc/f_flower.c -+++ tc/f_flower.c -@@ -19,6 +19,7 @@ - #include - #include - #include -+#include - - #include "utils.h" - #include "tc_util.h" diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template index 1e918d98abf..46fda57bdd3 100644 --- a/srcpkgs/iproute2/template +++ b/srcpkgs/iproute2/template @@ -1,6 +1,6 @@ # Template file for 'iproute2' pkgname=iproute2 -version=5.3.0 +version=5.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/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=cb1c1e45993a3bd2438543fd4332d70f1726a6e6ff97dc613a8258c993117b3f +checksum=fe97aa60a0d4c5ac830be18937e18dc3400ca713a33a89ad896ff1e3d46086ae conf_files=" /etc/iproute2/ematch_map @@ -26,7 +26,6 @@ do_check() { } post_install() { - rm -r ${DESTDIR}/usr/share/doc rm -r ${DESTDIR}/usr/share/man/man3 }