mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Patch 1673122: be explicit about which libtool to use, to avoid name clashes
when a users install GNU libtool early in his PATH
This commit is contained in:
parent
47f29a67e5
commit
c0f800dc8b
2 changed files with 10 additions and 1 deletions
|
@ -391,7 +391,7 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \
|
||||||
-compatibility_version $(VERSION) \
|
-compatibility_version $(VERSION) \
|
||||||
-current_version $(VERSION); \
|
-current_version $(VERSION); \
|
||||||
else \
|
else \
|
||||||
libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
|
/usr/bin/libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
|
||||||
@LIBTOOL_CRUFT@ ;\
|
@LIBTOOL_CRUFT@ ;\
|
||||||
fi
|
fi
|
||||||
$(INSTALL) -d -m $(DIRMODE) \
|
$(INSTALL) -d -m $(DIRMODE) \
|
||||||
|
|
|
@ -57,6 +57,9 @@ Library
|
||||||
- Fix test_pty.py to not hang on OS X (and theoretically other *nixes) when
|
- Fix test_pty.py to not hang on OS X (and theoretically other *nixes) when
|
||||||
run in verbose mode.
|
run in verbose mode.
|
||||||
|
|
||||||
|
- Bug #1693258: IDLE would show two "Preferences" menu's with some versions
|
||||||
|
of Tcl/Tk
|
||||||
|
|
||||||
|
|
||||||
Extension Modules
|
Extension Modules
|
||||||
-----------------
|
-----------------
|
||||||
|
@ -74,6 +77,12 @@ Documentation
|
||||||
- Bug #1569057: Document that calling file.next() on a file open for writing
|
- Bug #1569057: Document that calling file.next() on a file open for writing
|
||||||
has undefined behaviour. Backport of r54712.
|
has undefined behaviour. Backport of r54712.
|
||||||
|
|
||||||
|
Build
|
||||||
|
-----
|
||||||
|
|
||||||
|
- Patch #1673122: Use an explicit path to libtool when building a framework.
|
||||||
|
This avoids picking up GNU libtool from a users PATH.
|
||||||
|
|
||||||
|
|
||||||
What's New in Python 2.5.1?
|
What's New in Python 2.5.1?
|
||||||
=============================
|
=============================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue