diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-21 12:46:36 +0100 |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-21 12:46:36 +0100 |
commit | fa2e23427743f2738a8fdac44b235dd26f61286b (patch) | |
tree | ca0e11ed4f9e2c7a12c8f97d4fe636ee3606a141 /Misc | |
parent | 97e79d67f59a41ac88e8555f8186f0bffe829f8a (diff) | |
download | cpython-fa2e23427743f2738a8fdac44b235dd26f61286b.tar.gz |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -82,6 +82,10 @@ Tests 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. |