]> granicus.if.org Git - python/commitdiff
Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Apr 2015 20:29:52 +0000 (22:29 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Apr 2015 20:29:52 +0000 (22:29 +0200)
systems, instead of just "1".

Misc/NEWS
configure.ac

index 7756bcef552cb39d095208f6a088a117f01cba97..b62e72aeea5269575b0886e39387d99514a28084 100644 (file)
--- 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
+  systems, instead of just "1".
+
 - Issue #23501: Argument Clinic now generates code into separate files by default.
 
 Tests
index a6eaadc1e4d6e060a41e80d3ac292be377125468..6218bd25a749b51e1f5db7e4a44d88b0346ea732 100644 (file)
@@ -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