From: Kristjan Valur Jonsson Date: Mon, 8 Apr 2013 16:03:30 +0000 (+0000) Subject: Issue #17662: fix socketmodule compilation with Setup.dist. X-Git-Tag: v2.7.5~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e360b39632cc0fb45f79fe66bec5f647596518e;p=thirdparty%2FPython%2Fcpython.git Issue #17662: fix socketmodule compilation with Setup.dist. Patch contributed by Bohuslav "Slavek" Kabrda (bkabrda) --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 1121ae64a845..289d4b4ef843 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -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: