commit | 0d3db3a8157f38e6dc7ea69500069c86c0b40be7 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Thu Apr 12 19:11:54 2012 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Thu Apr 12 19:11:54 2012 +0200 |
tree | b8aadb1408ebe4a720e89a222c1d1115f3991b12 | |
parent | 142ab32ecdc8ee1e602534501653121bb3cd0d0d [diff] [blame] |
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
diff --git a/Misc/NEWS b/Misc/NEWS index f4da7e7..8aa7315 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -94,6 +94,8 @@ Build ----- +- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. + - Issue #14437: Fix building the _io module under Cygwin.