mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
iproute2: disable SELinux for now
Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
aa05c31fab
commit
3fb2f3f7ca
@ -0,0 +1,11 @@
|
|||||||
|
--- a/configure
|
||||||
|
+++ b/configure
|
||||||
|
@@ -244,7 +244,7 @@ check_elf()
|
||||||
|
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"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user