[Python-checkins] python/dist/src setup.py,1.38.2.3,1.38.2.4

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
2002年8月08日 12:56:30 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv31869
Modified Files:
 Tag: release21-maint
	setup.py 
Log Message:
The errno module needs to be statically linked, since it is now needed during
the extension building phase.
Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.38.2.3
retrieving revision 1.38.2.4
diff -C2 -d -r1.38.2.3 -r1.38.2.4
*** setup.py	27 Dec 2001 21:51:02 -0000	1.38.2.3
--- setup.py	8 Aug 2002 19:56:28 -0000	1.38.2.4
***************
*** 216,221 ****
 # grp(3)
 exts.append( Extension('grp', ['grpmodule.c']) )
- # posix (UNIX) errno values
- exts.append( Extension('errno', ['errnomodule.c']) )
 # select(2); not on ancient System V
 exts.append( Extension('select', ['selectmodule.c']) )
--- 216,219 ----

AltStyle によって変換されたページ (->オリジナル) /