Update to the latest version of iproute2; see https://lwn.net/Articles/776174/ for a full overview of the changes in 4.20. Remove upstream patch 001-fix-print_0xhex-on-32-bit.patch and 002-tc-fix-xtables-incorrect-usage-of-LDFLAGS.patch Introduce a patch to include <linux/limits.h> for XATTR_SIZE_MAX in tc Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
11 lines
243 B
Diff
11 lines
243 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -254,7 +254,7 @@ check_selinux()
|
|
|
|
check_mnl()
|
|
{
|
|
- if ${PKG_CONFIG} libmnl --exists; then
|
|
+ if [ "${HAVE_MNL}" = "y" ] && ${PKG_CONFIG} libmnl --exists; then
|
|
echo "HAVE_MNL:=y" >>$CONFIG
|
|
echo "yes"
|
|
|