components/python/python35/patches/08-dlpi.patch
changeset 7648 20e09cf3cfaa
parent 6903 9681a8af4330
equal deleted inserted replaced
7647:3a107326b5f8 7648:20e09cf3cfaa
  1223 +
  1223 +
  1224 +	return mod;
  1224 +	return mod;
  1225 +}
  1225 +}
  1226 --- Python-3.5.2/setup.py.~4~	2016-07-08 06:55:41.015494673 -0700
  1226 --- Python-3.5.2/setup.py.~4~	2016-07-08 06:55:41.015494673 -0700
  1227 +++ Python-3.5.2/setup.py	2016-07-08 06:55:41.034639922 -0700
  1227 +++ Python-3.5.2/setup.py	2016-07-08 06:55:41.034639922 -0700
  1228 @@ -1572,6 +1572,12 @@
  1228 @@ -1571,6 +1571,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)