Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c0f800dc
Commit
c0f800dc
authored
Jul 09, 2007
by
Ronald Oussoren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch 1673122: be explicit about which libtool to use, to avoid name clashes
when a users install GNU libtool early in his PATH
parent
47f29a67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
Makefile.pre.in
Makefile.pre.in
+1
-1
Misc/NEWS
Misc/NEWS
+9
-0
No files found.
Makefile.pre.in
View file @
c0f800dc
...
...
@@ -391,7 +391,7 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \
-compatibility_version
$(VERSION)
\
-current_version
$(VERSION)
;
\
else
\
libtool
-o
$(LDLIBRARY)
-dynamic
$(OTHER_LIBTOOL_OPT)
$(LIBRARY)
\
/usr/bin/
libtool
-o
$(LDLIBRARY)
-dynamic
$(OTHER_LIBTOOL_OPT)
$(LIBRARY)
\
@LIBTOOL_CRUFT@
;
\
fi
$(INSTALL)
-d
-m
$(DIRMODE)
\
...
...
Misc/NEWS
View file @
c0f800dc
...
...
@@ -57,6 +57,9 @@ Library
-
Fix
test_pty
.
py
to
not
hang
on
OS
X
(
and
theoretically
other
*
nixes
)
when
run
in
verbose
mode
.
-
Bug
#
1693258
:
IDLE
would
show
two
"Preferences"
menu
's with some versions
of Tcl/Tk
Extension Modules
-----------------
...
...
@@ -74,6 +77,12 @@ Documentation
- Bug #1569057: Document that calling file.next() on a file open for writing
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
?
=============================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment