From 115ad4f770610922cd862e22ac2d80655fed3f60 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 26 May 2020 08:59:55 +0200 Subject: [PATCH] build-from-source: install iproute-tc --- contrib/rh-bkr/build-from-source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/rh-bkr/build-from-source.sh b/contrib/rh-bkr/build-from-source.sh index 10018a4038..5e1d822920 100755 --- a/contrib/rh-bkr/build-from-source.sh +++ b/contrib/rh-bkr/build-from-source.sh @@ -48,6 +48,7 @@ if [[ "$INSTALL_DEPENDENCIES" == yes ]]; then gobject-introspection-devel \ gtk-doc \ intltool \ + iproute-tc \ iptables \ jansson-devel \ libasan \