Patch #833710: Set INSTSONAME on Solaris. Backported to 2.3.

This commit is contained in:
Martin v. Löwis 2003-10-31 15:42:07 +00:00
parent 893ffa4372
commit 2389c41a10
2 changed files with 3 additions and 1 deletions

3
configure vendored
View file

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Revision: 1.437 .
# From configure.in Revision: 1.438 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for python 2.4.
#
@ -3595,6 +3595,7 @@ _ACEOF
LDLIBRARY='libpython$(VERSION).so'
BLDLIBRARY='-Wl,-R,$(LIBDIR) -L. -lpython$(VERSION)'
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
INSTSONAME="$LDLIBRARY".$SOVERSION
;;
Linux*|GNU*|NetBSD*)
LDLIBRARY='libpython$(VERSION).so'

View file

@ -515,6 +515,7 @@ if test $enable_shared = "yes"; then
LDLIBRARY='libpython$(VERSION).so'
BLDLIBRARY='-Wl,-R,$(LIBDIR) -L. -lpython$(VERSION)'
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
INSTSONAME="$LDLIBRARY".$SOVERSION
;;
Linux*|GNU*|NetBSD*)
LDLIBRARY='libpython$(VERSION).so'