From 3018c1cd2d22f1253d3208c521d5195713235089 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 6 May 2021 18:59:51 -0600 Subject: [PATCH] Build python plugin for RHEL 6 as well. --- scripts/mkpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkpkg b/scripts/mkpkg index 5e7831e22..e40e367f3 100755 --- a/scripts/mkpkg +++ b/scripts/mkpkg @@ -174,7 +174,7 @@ case "$osversion" in # Encrypted remote I/O log support. with_openssl=true fi - if [ $osmajor -ge 7 ]; then + if [ $osmajor -ge 6 ]; then # Python plugins with_python=true fi