components/python/python34/patches/07-ucred.patch
branchs11-update
changeset 3876 da37433d5103
parent 3786 fa9d2da4d216
child 5229 b7b91ddbbdce
equal deleted inserted replaced
3870:37ef66e7f75b 3876:da37433d5103
   408 +
   408 +
   409 +	PyModule_AddObject(m, "ucred", (PyObject *)&pyucred_type);
   409 +	PyModule_AddObject(m, "ucred", (PyObject *)&pyucred_type);
   410 +
   410 +
   411 +	return m;
   411 +	return m;
   412 +}
   412 +}
   413 --- Python-3.4.2/setup.py.~3~	2014-09-22 14:12:32.357526710 -0700
   413 --- Python-3.4.3/setup.py.~3~	2015-02-25 08:14:54.409345225 -0800
   414 +++ Python-3.4.2/setup.py	2014-09-22 14:12:32.421969305 -0700
   414 +++ Python-3.4.3/setup.py	2015-02-25 08:14:54.469040486 -0800
   415 @@ -1485,6 +1485,13 @@
   415 @@ -1512,6 +1512,13 @@
   416          # Stefan Krah's _decimal module
   416          # Stefan Krah's _decimal module
   417          exts.append(self._decimal_ext())
   417          exts.append(self._decimal_ext())
   418  
   418  
   419 +        # ucred module (Solaris)
   419 +        # ucred module (Solaris)
   420 +        ucred_inc = find_file('ucred.h', [], inc_dirs)
   420 +        ucred_inc = find_file('ucred.h', [], inc_dirs)