File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 1.415 .
2+ # From configure.in Revision: 1.416 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.53 for python 2.3.
55#
@@ -3269,7 +3269,7 @@ _ACEOF
32693269 ;;
32703270 SunOS* )
32713271 LDLIBRARY=' libpython$(VERSION).so'
3272- BLDLIBRARY=' -Wl,-rpath ,$(LIBDIR) -L. -lpython$(VERSION)'
3272+ BLDLIBRARY=' -Wl,-R ,$(LIBDIR) -L. -lpython$(VERSION)'
32733273 RUNSHARED=LD_LIBRARY_PATH=` pwd` :$LD_LIBRARY_PATH
32743274 ;;
32753275 Linux* |GNU* |NetBSD* )
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ if test $enable_shared = "yes"; then
501501 ;;
502502 SunOS*)
503503 LDLIBRARY='libpython$(VERSION).so'
504- BLDLIBRARY='-Wl,-rpath ,$(LIBDIR) -L. -lpython$(VERSION)'
504+ BLDLIBRARY='-Wl,-R ,$(LIBDIR) -L. -lpython$(VERSION)'
505505 RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
506506 ;;
507507 Linux*|GNU*|NetBSD*)
You can’t perform that action at this time.
0 commit comments