2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Build python plugin for RHEL 6 as well.

This commit is contained in:
Todd C. Miller 2021-05-06 18:59:51 -06:00
parent 9b33594a43
commit 3018c1cd2d

View File

@ -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