mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +00:00
Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating
systems, instead of just "1".
This commit is contained in:
parent
7b8c5f58aa
commit
7cc28b6238
2 changed files with 3 additions and 5 deletions
|
@ -108,6 +108,9 @@ Library
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating
|
||||||
|
systems, instead of just "1".
|
||||||
|
|
||||||
- Issue #23501: Argument Clinic now generates code into separate files by default.
|
- Issue #23501: Argument Clinic now generates code into separate files by default.
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
|
|
|
@ -960,11 +960,6 @@ if test $enable_shared = "yes"; then
|
||||||
LDLIBRARY='libpython$(LDVERSION).so'
|
LDLIBRARY='libpython$(LDVERSION).so'
|
||||||
BLDLIBRARY='-L. -lpython$(LDVERSION)'
|
BLDLIBRARY='-L. -lpython$(LDVERSION)'
|
||||||
RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||||
case $ac_sys_system in
|
|
||||||
FreeBSD*)
|
|
||||||
SOVERSION=`echo $SOVERSION|cut -d "." -f 1`
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
INSTSONAME="$LDLIBRARY".$SOVERSION
|
INSTSONAME="$LDLIBRARY".$SOVERSION
|
||||||
if test "$with_pydebug" != yes
|
if test "$with_pydebug" != yes
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue