components/python/python34/patches/08-dlpi.patch
changeset 5229 b7b91ddbbdce
parent 3869 eb4c6284602f
child 6446 b54de573b4e9
equal deleted inserted replaced
5228:b457e3bd2acc 5229:b7b91ddbbdce
  1223 +
  1223 +
  1224 +	return mod;
  1224 +	return mod;
  1225 +}
  1225 +}
  1226 --- Python-3.4.3/setup.py.~4~	2015-02-25 08:17:06.183641123 -0800
  1226 --- Python-3.4.3/setup.py.~4~	2015-02-25 08:17:06.183641123 -0800
  1227 +++ Python-3.4.3/setup.py	2015-02-25 08:17:06.196157035 -0800
  1227 +++ Python-3.4.3/setup.py	2015-02-25 08:17:06.196157035 -0800
  1228 @@ -1519,6 +1519,12 @@
  1228 @@ -1520,6 +1520,12 @@
  1229              exts.append( Extension('ucred', ['ucred.c'],
  1229              exts.append( Extension('ucred', ['ucred.c'],
  1230                                     libraries = ['tsol']) )
  1230                                     libraries = ['tsol']) )
  1231  
  1231  
  1232 +        # dlpi module (Solaris)
  1232 +        # dlpi module (Solaris)
  1233 +        dlpi_inc = find_file('libdlpi.h', [], inc_dirs)
  1233 +        dlpi_inc = find_file('libdlpi.h', [], inc_dirs)