]> granicus.if.org Git - python/commitdiff
Issue #28538: Merge 3.6.
authorXavier de Gaye <xdegaye@users.sourceforge.net>
Wed, 21 Dec 2016 11:48:26 +0000 (12:48 +0100)
committerXavier de Gaye <xdegaye@users.sourceforge.net>
Wed, 21 Dec 2016 11:48:26 +0000 (12:48 +0100)
1  2 
Misc/NEWS
configure
configure.ac

diff --cc Misc/NEWS
index e1efcae7972c0c439ab12d0355140bc8ea7b3512,0f7b9f7a411556aa2ffd8e4243851f4221793b0d..e8738dc13eb9b980c1e3e5da40369d74997cc91f
+++ b/Misc/NEWS
@@@ -579,33 -687,6 +579,37 @@@ Documentatio
  Build
  -----
  
++- Issue #28538: Fix the compilation error that occurs because if_nameindex() is
++  available on Android API level 24, but the if_nameindex structure is not
++  defined.
++
 +- Issue #20211: Do not add the directory for installing C header files and the
 +  directory for installing object code libraries to the cross compilation
 +  search paths. Original patch by Thomas Petazzoni.
 +
 +- Issue #28849: Do not define sys.implementation._multiarch on Android.
 +
 +- Issue #10656: Fix out-of-tree building on AIX.  Patch by Tristan Carel and
 +  Michael Haubenwallner.
 +
 +- Issue #26359: Rename --with-optimiations to --enable-optimizations.
 +
 +- Issue #28444: Fix missing extensions modules when cross compiling.
 +
 +- Issue #28208: Update Windows build and OS X installers to use SQLite 3.14.2.
 +
 +- Issue #28248: Update Windows build and OS X installers to use OpenSSL 1.0.2j.
 +
 +- Issue #21124: Fix building the _struct module on Cygwin by passing ``NULL``
 +  instead of ``&PyType_Type`` to PyVarObject_HEAD_INIT.  Patch by Masayuki
 +  Yamamoto.
 +
 +- Issue #13756: Fix building extensions modules on Cygwin.  Patch by Roumen
 +  Petrov, based on original patch by Jason Tishler.
 +
 +- Issue #21085: Add configure check for siginfo_t.si_band, which Cygwin does
 +  not provide.  Patch by Masayuki Yamamoto with review and rebase by Erik Bray.
 +
  - Issue #28258: Fixed build with Estonian locale (python-config and distclean
    targets in Makefile).  Patch by Arfrever Frehtes Taifersar Arahesis.
  
diff --cc configure
Simple merge
diff --cc configure.ac
Simple merge