File time-static.patch of Package python3.42323
From 94e5cf416e44cec9d5d20b556dd8bd4a29304cac Mon Sep 17 00:00:00 2001 From: rpm-build <rpm-build> Date: Mon, 12 Jan 2026 23:29:10 +0100 Subject: [PATCH] time module must be statically linked --- Modules/Setup.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Setup.dist b/Modules/Setup.dist index b60b594..ccfa40e 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -171,7 +171,7 @@ _symtable symtablemodule.c #cmath cmathmodule.c _math.c # -lm # complex math library functions #math mathmodule.c _math.c # -lm # math library functions, e.g. sin() #_struct _struct.c # binary structure packing/unpacking -#time timemodule.c # -lm # time operations and variables +time timemodule.c # -lm # time operations and variables #_weakref _weakref.c # basic weak reference support #_testcapi _testcapimodule.c # Python C API test module #_random _randommodule.c # Random number generator -- 2.52.0