Skip to content
Snippets Groups Projects
Commit 0709f6e7 authored by Daniel Golle's avatar Daniel Golle
Browse files

iproute2: disable SELinux for now

parent ef765ceb
No related branches found
No related tags found
No related merge requests found
--- 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment