view patches/python-2.4.5-disable-pwd-mingw.patch @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents f862b6d52ad6
children
line wrap: on
line source

--- python-2.4.5/Modules/Setup.dist.orig	2008-11-11 11:52:04.000000000 +0100
+++ python-2.4.5/Modules/Setup.dist	2008-11-11 11:52:20.000000000 +0100
@@ -111,8 +111,8 @@ PYTHONPATH=$(COREPYTHONPATH)
 
 @POSIX@ posixmodule.c		# posix (UNIX) system calls
 errno errnomodule.c		# posix (UNIX) errno values
-pwd pwdmodule.c			# this is needed to find out the user's home dir
-				# if $HOME is not set
+#pwd pwdmodule.c			# this is needed to find out the user's home dir
+#				# if $HOME is not set
 _sre _sre.c			# Fredrik Lundh's new regular expressions
 _codecs _codecsmodule.c		# access to the builtin codecs and codec registry