<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/configure
+++ b/configure
@@ -354,7 +354,7 @@ check_libbpf()
 check_selinux()
 # SELinux is a compile time option in the ss utility
 {
-	if ${PKG_CONFIG} libselinux --exists; then
+	if [ "${HAVE_SELINUX}" = "y" ] &amp;&amp; ${PKG_CONFIG} libselinux --exists; then
 		echo "HAVE_SELINUX:=y" &gt;&gt;$CONFIG
 		echo "yes"
 
</pre></body></html>