From: Ronald Oussoren Date: Tue, 25 Jul 2006 19:20:54 +0000 (+0000) Subject: Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not X-Git-Tag: v2.5b3~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbfe1f8b9b0cebd12570784bdbd2ae5c8d2876d;p=thirdparty%2FPython%2Fcpython.git Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not without causing problems for anyone that is on a case-insensitive filesystem). Setup.py tries to compile the MacOS extension from MacOSmodule.c, while the actual file is named macosmodule.c. This is no problem on the (default) case-insensitive filesystem, but doesn't work on case-sensitive filesystems. --- diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/MacOS.c similarity index 100% rename from Mac/Modules/macosmodule.c rename to Mac/Modules/MacOS.c