[Patches] [ python-Patches-771998 ] Fix for LD_LIBRARY_PATH inheritance on SunOS when -shared

SourceForge.net noreply@sourceforge.net
Tue, 15 Jul 2003 17:28:31 -0700


Patches item #771998, was opened at 2003-07-16 00:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=771998&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: David Ascher (david_ascher)
Assigned to: Jeremy Hylton (jhylton)
Summary: Fix for LD_LIBRARY_PATH inheritance on SunOS when -shared

Initial Comment:
The attached patch fixes a problem whereby building
with --enable-shared fails if the user already has
an LD_LIBRARY_PATH setting.  The absence of
{}'s can cause a failure to interpolate the existing
values.

Tested on Solaris 2.6, but "should" work equally
well on the other affected platforms (Linux, HP-UX
and OSF).

Patch from Jeff Hobbs.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=771998&group_id=5470