components/python/python34/patches/10-rbac.patch
changeset 1953 5c1face45dc8
parent 1907 446472de62e9
child 2183 5d00686e81da
equal deleted inserted replaced
1952:edbaa9c65514 1953:5c1face45dc8
  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.0/setup.py.~5~	2014-03-19 10:47:07.143319629 -0700
  1286 --- Python-3.4.1/setup.py.~5~	2014-05-27 11:04:39.778356512 -0700
  1287 +++ Python-3.4.0/setup.py	2014-03-19 10:47:07.193485865 -0700
  1287 +++ Python-3.4.1/setup.py	2014-05-27 11:04:39.805225961 -0700
  1288 @@ -1480,6 +1480,22 @@
  1288 @@ -1490,6 +1490,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)