diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-27 04:00:19 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-27 04:00:19 (GMT) |
commit | 5de141f157ab372f5dd5b28c17442e41e15101af (patch) | |
tree | f8c8f2d06c467253ca6015aad2033d9f83144a34 /configure | |
parent | c427b8d517469005d53128e9656213a3ec141890 (diff) | |
download | cpython-5de141f157ab372f5dd5b28c17442e41e15101af.zip cpython-5de141f157ab372f5dd5b28c17442e41e15101af.tar.gz cpython-5de141f157ab372f5dd5b28c17442e41e15101af.tar.bz2 |
Issue #25825: Fix references to $(LIBPL) installation path on AIX
In Subversion r86731, the path was changed from $(BINLIBDEST)/config to
$(LIBDEST)/config-$(LDVERSION).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9040,7 +9040,7 @@ then case $ac_sys_system/$ac_sys_release in AIX*) BLDSHARED="\$(srcdir)/Modules/ld_so_aix \$(CC) -bI:\$(srcdir)/Modules/python.exp" - LDSHARED="\$(BINLIBDEST)/config/ld_so_aix \$(CC) -bI:\$(BINLIBDEST)/config/python.exp" + LDSHARED="\$(LIBPL)/ld_so_aix \$(CC) -bI:\$(LIBPL)/python.exp" ;; IRIX/5*) LDSHARED="ld -shared";; IRIX*/6*) LDSHARED="ld ${SGI_ABI} -shared -all";; |