2020-08-13 12:59:01 +00:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
2021-02-20 16:56:20 +00:00
|
|
|
@@ -354,7 +354,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"
|
|
|
|
|