[Python-checkins] python/dist/src setup.py,1.73.4.6,1.73.4.7

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


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv30522
Modified Files:
 Tag: release22-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.73.4.6
retrieving revision 1.73.4.7
diff -C2 -d -r1.73.4.6 -r1.73.4.7
*** setup.py	17 Jun 2002 17:56:10 -0000	1.73.4.6
--- setup.py	8 Aug 2002 19:52:42 -0000	1.73.4.7
***************
*** 274,279 ****
 # 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']) )
--- 274,277 ----

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