2020-08-13 12:59:01 +00:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
2021-09-11 19:17:39 +00:00
|
|
|
@@ -374,7 +374,7 @@ check_libbpf()
|
2020-08-13 12:59:01 +00: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"
|
|
|
|
|