cpython: 7444ac6d93c3 (original) (raw)

Mercurial > cpython

changeset 95501:7444ac6d93c3

Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating systems, instead of just "1". [#23817]

Victor Stinner victor.stinner@gmail.com
date Thu, 09 Apr 2015 22:29:52 +0200
parents 579db1976e6d
children b87aadc61fd1
files Misc/NEWS configure.ac
diffstat 2 files changed, 3 insertions(+), 5 deletions(-)[+] [-] Misc/NEWS 3 configure.ac 5

line wrap: on

line diff

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -108,6 +108,9 @@ Library Build ----- +- Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating

--- a/configure.ac +++ b/configure.ac @@ -960,11 +960,6 @@ if test $enable_shared = "yes"; then LDLIBRARY='libpython$(LDVERSION).so' BLDLIBRARY='-L. -lpython$(LDVERSION)' 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 if test "$with_pydebug" != yes then