Logo
Explore Help
Register Sign In
298977887/lede
1
0
Fork 0
You've already forked lede
mirror of https://github.com/coolsnowwolf/lede.git synced 2025-06-09 18:02:04 +08:00
Code Issues Packages Projects Releases Wiki Activity
lede/package/network/utils/iproute2/patches/300-selinux-configurable.patch

12 lines
314 B
Diff
Raw Normal View History

iproute2: disable SELinux for now (#5328) follow openwrt:iproute2: disable SELinux for now
2020-08-20 16:01:01 +08:00
--- a/configure
+++ b/configure
iproute2: update to 6.2 Release Notes: https://lwn.net/Articles/923952/ Refresh patches: - 110-darwin_fixes.patch - 115-add-config-xtlibdir.patch - 140-allow_pfifo_fast.patch - 140-keep_libmnl_optional.patch - 145-keep_libelf_optional.patch - 150-keep_libcap_optional.patch - 155-keep_tirpc_optional.patch - 170-ip_tiny.patch - 175-reduce-dynamic-syms.patch - 180-drop_FAILED_POLICY.patch - 190-fix-nls-rpath-link.patch - 195-build_variant_ip_tc.patch - 200-drop_libbsd_dependency.patch - 300-selinux-configurable.patch Remove upstreamed: - 320-configure-Remove-include-sys-stat.h.patch While working on it remove AUTORELEASE. Signed-off-by: Nick Hainke <vincent@systemli.org>
2023-02-22 15:56:25 +01:00
@@ -385,7 +385,7 @@ check_libbpf()
iproute2: disable SELinux for now (#5328) follow openwrt:iproute2: disable SELinux for now
2020-08-20 16:01:01 +08:00
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"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 103ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API