1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../python2/python-setup.patch
5 # Copyright (C) 2004 - 2017 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- ./Modules/Setup.dist.orig 2006-08-06 11:26:21.000000000 +0400
17 +++ ./Modules/Setup.dist 2006-11-06 19:07:12.091860500 +0300
19 # modules are to be built as shared libraries (see above for more
20 # detail; also note that *static* reverses this effect):
25 # GNU readline. Unlike previous Python incarnations, GNU readline is
26 # now incorporated in an optional module, configured in the Setup file
29 # First, look at Setup.config; configure may have set this for you.
31 -#crypt cryptmodule.c # -lcrypt # crypt(3); needs -lcrypt on some systems
32 +crypt cryptmodule.c # -lcrypt # crypt(3); needs -lcrypt on some systems
35 # Some more UNIX dependent modules -- off by default, since these
36 # are not supported by all UNIX systems:
38 #nis nismodule.c -lnsl # Sun yellow pages -- not everywhere
39 -#termios termios.c # Steen Lumholt's termios module
40 -#resource resource.c # Jeremy Hylton's rlimit interface
41 +termios termios.c # Steen Lumholt's termios module
42 +resource resource.c # Jeremy Hylton's rlimit interface
45 # Multimedia modules -- off by default.
49 # Lance Ellinghaus's syslog module
50 -#syslog syslogmodule.c # syslog daemon interface
51 +syslog syslogmodule.c # syslog daemon interface
54 # Curses support, requring the System V version of curses, often