PCC: fix linker configuration
[harbours.git] / python2 / modules.patch
blob71ca940e241645a868532330955017eb572ddb50
1 diff -r 3a1db0d2747e Modules/Setup.dist
2 --- a/Modules/Setup.dist Sun Nov 10 02:36:30 2013 -0500
3 +++ b/Modules/Setup.dist Fri Dec 13 15:36:30 2013 +0100
4 @@ -114,7 +114,7 @@
6 posix posixmodule.c # posix (UNIX) system calls
7 errno errnomodule.c # posix (UNIX) errno values
8 -pwd pwdmodule.c # this is needed to find out the user's home dir
9 +# pwd pwdmodule.c # this is needed to find out the user's home dir
10 # if $HOME is not set
11 _sre _sre.c # Fredrik Lundh's new regular expressions
12 _codecs _codecsmodule.c # access to the builtin codecs and codec registry