components/python/python34/patches/10-rbac.patch
branchs11-update
changeset 3786 fa9d2da4d216
parent 3779 d01825f968e9
child 3869 eb4c6284602f
equal deleted inserted replaced
3785:6a3f91179f05 3786:fa9d2da4d216
  1281 +	0,                            /* tp_alloc */
  1281 +	0,                            /* tp_alloc */
  1282 +	Userattr_new,                 /* tp_new */
  1282 +	Userattr_new,                 /* tp_new */
  1283 +	0,                            /* tp_free */
  1283 +	0,                            /* tp_free */
  1284 +	0,                            /* tp_is_gc */
  1284 +	0,                            /* tp_is_gc */
  1285 +};
  1285 +};
  1286 --- Python-3.4.1/setup.py.~5~	2014-05-27 11:04:39.778356512 -0700
  1286 --- Python-3.4.2/setup.py.~5~	2014-09-22 14:15:00.047444289 -0700
  1287 +++ Python-3.4.1/setup.py	2014-05-27 11:04:39.805225961 -0700
  1287 +++ Python-3.4.2/setup.py	2014-09-22 14:15:00.082157199 -0700
  1288 @@ -1490,6 +1490,22 @@
  1288 @@ -1498,6 +1498,22 @@
  1289              exts.append( Extension('dlpi', ['dlpimodule.c'],
  1289              exts.append( Extension('dlpi', ['dlpimodule.c'],
  1290                                     libraries = ['dlpi']) )
  1290                                     libraries = ['dlpi']) )
  1291  
  1291  
  1292 +        # privileges module (Solaris)
  1292 +        # privileges module (Solaris)
  1293 +        priv_inc = find_file('priv.h', [], inc_dirs)
  1293 +        priv_inc = find_file('priv.h', [], inc_dirs)