@@ -37,8 +37,8 @@ _pickle _pickle.c
37
37
_posixsubprocess _posixsubprocess.c
38
38
_random _randommodule.c
39
39
_sha1 sha1module.c
40
- _sha3 _sha3/sha3module.c
41
40
_sha256 sha256module.c
41
+ _sha3 _sha3/sha3module.c
42
42
_sha512 sha512module.c
43
43
_signal -DPy_BUILD_CORE signalmodule.c
44
44
_socket socketmodule.c
@@ -93,10 +93,11 @@ zlib zlibmodule.c -I$(prefix)/include -lz
93
93
#####################################################################
94
94
# Testing modules
95
95
#####################################################################
96
- _ctypes_test _ctypes/_ctypes_test.c
97
- _testbuffer _testbuffer.c
98
- _testcapi _testcapimodule.c
99
- _testimportmultiple _testimportmultiple.c
96
+ #_ctypes_test _ctypes/_ctypes_test.c
97
+ #_testbuffer _testbuffer.c
98
+ #_testcapi _testcapimodule.c
99
+ #_testimportmultiple _testimportmultiple.c
100
+ #_testmultiphase _testmultiphase.c
100
101
101
102
#####################################################################
102
103
# Modules that require additional frameworks
@@ -105,6 +106,7 @@ _testimportmultiple _testimportmultiple.c
105
106
#_curses_panel _curses_panel.c -lpanel -lncurses
106
107
#_dbm _dbmmodule.c
107
108
#_gdbm _gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm
109
+ #_scproxy _scproxy.c -framework SystemConfiguration -framework CoreFoundation
108
110
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I... -L...
109
111
#nis nismodule.c -lnsl
110
112
#ossaudiodev
0 commit comments