# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/python2/python-setup.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- ./Modules/Setup.dist.orig 2006-08-06 11:26:21.000000000 +0400 +++ ./Modules/Setup.dist 2006-11-06 19:07:12.091860500 +0300 @@ -149,7 +149,7 @@ # modules are to be built as shared libraries (see above for more # detail; also note that *static* reverses this effect): -#*shared* +*shared* # GNU readline. Unlike previous Python incarnations, GNU readline is # now incorporated in an optional module, configured in the Setup file @@ -213,15 +213,15 @@ # # 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 # are not supported by all UNIX systems: #nis nismodule.c -lnsl # Sun yellow pages -- not everywhere -#termios termios.c # Steen Lumholt's termios module -#resource resource.c # Jeremy Hylton's rlimit interface +termios termios.c # Steen Lumholt's termios module +resource resource.c # Jeremy Hylton's rlimit interface # Multimedia modules -- off by default. @@ -345,7 +345,7 @@ # -lX11 # Lance Ellinghaus's syslog module -#syslog syslogmodule.c # syslog daemon interface +syslog syslogmodule.c # syslog daemon interface # Curses support, requring the System V version of curses, often