From 382902c38b11d1e171bf5e2f9f4eba0e9ae4e4e3 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Wed, 13 Oct 2021 20:42:34 -0700 Subject: [PATCH] Add disable comment --- omnibus/config/software/python.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/omnibus/config/software/python.rb b/omnibus/config/software/python.rb index 5702ae1cb..bb8322c3d 100644 --- a/omnibus/config/software/python.rb +++ b/omnibus/config/software/python.rb @@ -37,6 +37,7 @@ dependency "libffi" relative_path "Python-#{version}" build do + # Disables nis and dbm -- both cause build issues patch source: 'disable_modules.patch', target: 'Modules/Setup' env = with_standard_compiler_flags(with_embedded_path)