Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6baf117

Browse files
committed
Merged revisions 88426 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r88426 | georg.brandl | 2011-02-15 16:44:51 +0100 (Di, 15 Feb 2011) | 1 line #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. ........
1 parent 2774310 commit 6baf117

4 files changed

Lines changed: 521 additions & 472 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ clobber: clean profile-removal
11931193
distclean: clobber
11941194
-rm -f core Makefile Makefile.pre config.status \
11951195
Modules/Setup Modules/Setup.local Modules/Setup.config \
1196-
Modules/ld_so_aix Misc/python.pc
1196+
Modules/ld_so_aix Modules/python.exp Misc/python.pc
11971197
find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
11981198
-o -name '[@,#]*' -o -name '*.old' \
11991199
-o -name '*.orig' -o -name '*.rej' \

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ Extensions
178178
Build
179179
-----
180180

181+
- Issue #941346: Fix broken shared library build on AIX.
182+
181183
- Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in
182184
the configure script but use $GREP instead. Patch by Fabian Groffen.
183185

0 commit comments

Comments
 (0)