mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Issue #4204: Fixed module build errors on FreeBSD 4.
This commit is contained in:
parent
81e92e582e
commit
bb86d83134
6 changed files with 38 additions and 26 deletions
2
setup.py
2
setup.py
|
@ -1261,7 +1261,7 @@ class PyBuildExt(build_ext):
|
|||
)
|
||||
libraries = []
|
||||
|
||||
elif platform in ('freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'):
|
||||
elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'):
|
||||
# FreeBSD's P1003.1b semaphore support is very experimental
|
||||
# and has many known problems. (as of June 2008)
|
||||
macros = dict( # FreeBSD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue