diff options
author | David CARLIER <devnexen@gmail.com> | 2021-09-11 08:46:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 08:46:22 (GMT) |
commit | 5f5b7d0c654488206ac13e27d9a5dcffbd2cc0af (patch) | |
tree | 16380d83e75a66b69d6344746ed7f1811f99ca20 /Misc/NEWS.d/next/Build | |
parent | b74c819fab86bedc9b962ea42cfb9b5893fd2dda (diff) | |
download | cpython-5f5b7d0c654488206ac13e27d9a5dcffbd2cc0af.zip cpython-5f5b7d0c654488206ac13e27d9a5dcffbd2cc0af.tar.gz cpython-5f5b7d0c654488206ac13e27d9a5dcffbd2cc0af.tar.bz2 |
bpo-45163: Haiku build fix. (GH-28269)
linkage issues mainly for shared libs and missing system library,
also little nit into the signal extension as strsignal returns
a constant in this platform.
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-09-11-06-05-23.bpo-45163.q7xT93.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-09-11-06-05-23.bpo-45163.q7xT93.rst b/Misc/NEWS.d/next/Build/2021-09-11-06-05-23.bpo-45163.q7xT93.rst new file mode 100644 index 0000000..2b656bc --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-09-11-06-05-23.bpo-45163.q7xT93.rst @@ -0,0 +1 @@ +Fixes Haiku platform build.
\ No newline at end of file |