mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 18:19:02 +00:00
f413e4835e
Update iproute2 to latest stable 5.14; for the changes see https://lwn.net/Articles/867940/ Refresh patches Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
12 lines
314 B
Diff
12 lines
314 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -374,7 +374,7 @@ check_libbpf()
|
|
check_selinux()
|
|
# SELinux is a compile time option in the ss utility
|
|
{
|
|
- if ${PKG_CONFIG} libselinux --exists; then
|
|
+ if [ "${HAVE_SELINUX}" = "y" ] && ${PKG_CONFIG} libselinux --exists; then
|
|
echo "HAVE_SELINUX:=y" >>$CONFIG
|
|
echo "yes"
|
|
|