Issue #10656: Merge AIX build fix from 3.5

This commit is contained in:
Martin Panter 2016-11-20 22:06:44 +00:00
commit e45df0a6da
6 changed files with 9 additions and 3 deletions

2
configure vendored
View file

@ -9165,7 +9165,7 @@ if test -z "$LDSHARED"
then
case $ac_sys_system/$ac_sys_release in
AIX*)
BLDSHARED="\$(srcdir)/Modules/ld_so_aix \$(CC) -bI:\$(srcdir)/Modules/python.exp"
BLDSHARED="Modules/ld_so_aix \$(CC) -bI:Modules/python.exp"
LDSHARED="\$(LIBPL)/ld_so_aix \$(CC) -bI:\$(LIBPL)/python.exp"
;;
IRIX/5*) LDSHARED="ld -shared";;