2f1e329d7a
Update to latest version of iproute2, refresh patches. See https://lkml.org/lkml/2018/4/2/349 for a full overview of the changes in 4.16. Build and tested on AR7xxx against musl Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
11 lines
236 B
Diff
11 lines
236 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -281,7 +281,7 @@ check_selinux()
|
|
|
|
check_mnl()
|
|
{
|
|
- if ${PKG_CONFIG} libmnl --exists
|
|
+ if [ "${HAVE_MNL}" = "y" ] && ${PKG_CONFIG} libmnl --exists
|
|
then
|
|
echo "HAVE_MNL:=y" >>$CONFIG
|
|
echo "yes"
|