components/python/python34/patches/07-ucred.patch
changeset 2183 5d00686e81da
parent 1953 5c1face45dc8
child 3869 eb4c6284602f
equal deleted inserted replaced
2182:9f1202f3ddbd 2183:5d00686e81da
   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.1/setup.py.~3~	2014-05-27 11:02:30.818966992 -0700
   413 --- Python-3.4.2/setup.py.~3~	2014-09-22 14:12:32.357526710 -0700
   414 +++ Python-3.4.1/setup.py	2014-05-27 11:02:30.872276167 -0700
   414 +++ Python-3.4.2/setup.py	2014-09-22 14:12:32.421969305 -0700
   415 @@ -1477,6 +1477,13 @@
   415 @@ -1485,6 +1485,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)