view patches/python-2.4.5-Setup-crypt.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 dcf6c618308d
children
line wrap: on
line source

--- python-2.4.5/Modules/Setup.dist~	2005-12-27 18:37:16.000000000 +0100
+++ python-2.4.5/Modules/Setup.dist	2012-08-26 15:53:56.245136116 +0200
@@ -212,7 +212,7 @@ GLHACK=-Dclear=__GLclear
 #
 # First, look at Setup.config; configure may have set this for you.
 
-#crypt cryptmodule.c # -lcrypt	# crypt(3); needs -lcrypt on some systems
+crypt cryptmodule.c # -lcrypt	# crypt(3); needs -lcrypt on some systems
 
 
 # Some more UNIX dependent modules -- off by default, since these