components/python/python34/patches/08-dlpi.patch
branchs11-update
changeset 3779 d01825f968e9
parent 3778 35735ffdda43
child 2183 5d00686e81da
equal deleted inserted replaced
3778:35735ffdda43 3779:d01825f968e9
  1221 +	PyModule_AddIntConstant(mod, "IDLE", DL_IDLE);
  1221 +	PyModule_AddIntConstant(mod, "IDLE", DL_IDLE);
  1222 +	PyModule_AddIntConstant(mod, "SYSERR", DL_SYSERR);
  1222 +	PyModule_AddIntConstant(mod, "SYSERR", DL_SYSERR);
  1223 +
  1223 +
  1224 +	return mod;
  1224 +	return mod;
  1225 +}
  1225 +}
  1226 --- Python-3.4.0/setup.py.~4~	2014-03-19 10:45:51.118227834 -0700
  1226 --- Python-3.4.1/setup.py.~4~	2014-05-27 11:03:49.734697487 -0700
  1227 +++ Python-3.4.0/setup.py	2014-03-19 10:45:51.146201564 -0700
  1227 +++ Python-3.4.1/setup.py	2014-05-27 11:03:49.752000275 -0700
  1228 @@ -1474,6 +1474,12 @@
  1228 @@ -1484,6 +1484,12 @@
  1229              exts.append( Extension('ucred', ['ucred.c'],
  1229              exts.append( Extension('ucred', ['ucred.c'],
  1230                                     libraries = ['tsol']) )
  1230                                     libraries = ['tsol']) )
  1231  
  1231  
  1232 +        # dlpi module (Solaris)
  1232 +        # dlpi module (Solaris)
  1233 +        dlpi_inc = find_file('libdlpi.h', [], inc_dirs)
  1233 +        dlpi_inc = find_file('libdlpi.h', [], inc_dirs)