diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-10-31 15:42:07 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-10-31 15:42:07 (GMT) |
commit | 2389c41a1029c4017055e5e4fd07c6bfd4bda157 (patch) | |
tree | cd75f49c6952254c3fe2961b1c201aa638b09007 /configure.in | |
parent | 893ffa4372f750bd21ae32ed215e39adc3c1597b (diff) | |
download | cpython-2389c41a1029c4017055e5e4fd07c6bfd4bda157.zip cpython-2389c41a1029c4017055e5e4fd07c6bfd4bda157.tar.gz cpython-2389c41a1029c4017055e5e4fd07c6bfd4bda157.tar.bz2 |
Patch #833710: Set INSTSONAME on Solaris. Backported to 2.3.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5a4a22c..289b2cf 100644 --- a/configure.in +++ b/configure.in @@ -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' |