components/python/python34/patches/10-rbac.patch
changeset 5229 b7b91ddbbdce
parent 3869 eb4c6284602f
child 6446 b54de573b4e9
equal deleted inserted replaced
5228:b457e3bd2acc 5229:b7b91ddbbdce
  1283 +	0,                            /* tp_free */
  1283 +	0,                            /* tp_free */
  1284 +	0,                            /* tp_is_gc */
  1284 +	0,                            /* tp_is_gc */
  1285 +};
  1285 +};
  1286 --- Python-3.4.3/setup.py.~5~	2015-02-25 08:21:26.778968857 -0800
  1286 --- Python-3.4.3/setup.py.~5~	2015-02-25 08:21:26.778968857 -0800
  1287 +++ Python-3.4.3/setup.py	2015-02-25 08:21:26.801861210 -0800
  1287 +++ Python-3.4.3/setup.py	2015-02-25 08:21:26.801861210 -0800
  1288 @@ -1525,6 +1525,22 @@
  1288 @@ -1526,6 +1526,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)