- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.

This commit is contained in:
Matthias Klose 2010-10-14 15:24:22 +00:00
parent b1c5496738
commit 3fbfea1fae
2 changed files with 7 additions and 1 deletions

View file

@ -61,6 +61,11 @@ Tools/Demos
- Issue #7287: Demo/imputil/knee.py was removed.
Build
-----
- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.
What's New in Python 3.2 Alpha 3?
=================================

View file

@ -3652,7 +3652,8 @@ then
esac
;;
CYGWIN*) SO=.dll;;
Linux*) SO=.${SOABI}.so;;
Linux*|GNU*)
SO=.${SOABI}.so;;
*) SO=.so;;
esac
else