This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: One more patch for --enable-shared
Type: Stage:
Components: Build Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, ondrap
Priority: normal Keywords: patch

Created on 2003-11-13 23:12 by ondrap, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pythonbuild.patch ondrap, 2003-11-13 23:12 Patch that makes install not to ln -sf library, if there should not be such link
Messages (2)
msg44883 - (view) Author: Ondrej Palkovsky (ondrap) Date: 2003-11-13 23:12
There is a problem in the Makefile that during 'make
install' rewrites the shared library name with the
symbolic link, if on the platform they are defined to
be the same in the config file. Currently this makes
problem on HP-UX. This patch makes the install process
first check if the names are the same and creates the
link only if they are not.
msg44884 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-11-18 19:54
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as Makefile.pre.in 1.136.6.3
and 1.140.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39546
2003-11-13 23:12:19ondrapcreate