components/python/python34/patches/07-ucred.patch
changeset 1953 5c1face45dc8
parent 1907 446472de62e9
child 2183 5d00686e81da
equal deleted inserted replaced
1952:edbaa9c65514 1953:5c1face45dc8
   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.0/setup.py.~3~	2014-03-19 10:44:16.508585670 -0700
   413 --- Python-3.4.1/setup.py.~3~	2014-05-27 11:02:30.818966992 -0700
   414 +++ Python-3.4.0/setup.py	2014-03-19 10:44:16.596735089 -0700
   414 +++ Python-3.4.1/setup.py	2014-05-27 11:02:30.872276167 -0700
   415 @@ -1467,6 +1467,13 @@
   415 @@ -1477,6 +1477,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)