]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #17662: fix socketmodule compilation with Setup.dist.
authorKristjan Valur Jonsson <sweskman@gmail.com>
Mon, 8 Apr 2013 16:03:30 +0000 (16:03 +0000)
committerKristjan Valur Jonsson <sweskman@gmail.com>
Mon, 8 Apr 2013 16:03:30 +0000 (16:03 +0000)
Patch contributed by Bohuslav "Slavek" Kabrda (bkabrda)

Modules/Setup.dist

index 1121ae64a845b9cc3346622527de7972789c6632..289d4b4ef843f34b57976dbe84b9016eda1a5294 100644 (file)
@@ -208,7 +208,7 @@ GLHACK=-Dclear=__GLclear
 #_csv _csv.c
 
 # Socket module helper for socket(2)
-#_socket socketmodule.c
+#_socket socketmodule.c timemodule.c
 
 # Socket module helper for SSL support; you must comment out the other
 # socket line above, and possibly edit the SSL variable: