summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-07-31 19:57:56 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-07-31 19:57:56 (GMT)
commit76760b0e8fe162b9a1c99d1dc8e17de68139d26f (patch)
tree031a84ebcab6786eea8238de965e5250e8d5812c /Misc
parentf8bbaa962f95b8ebb16cd95c52de2d2c8d9261e7 (diff)
downloadcpython-76760b0e8fe162b9a1c99d1dc8e17de68139d26f.zip
cpython-76760b0e8fe162b9a1c99d1dc8e17de68139d26f.tar.gz
cpython-76760b0e8fe162b9a1c99d1dc8e17de68139d26f.tar.bz2
Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 55ebfa5..13ffc04 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -926,6 +926,8 @@ Tools/Demos
Build
-----
+- Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
+
- Stop supporting AtheOS and cause a build error in configure for the platform.
- Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS