mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Add fix for AIX as reported by srubben in SF bug #477487.
Untested, of course.
This commit is contained in:
parent
547a3167be
commit
90d1006e92
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ then
|
||||||
fi
|
fi
|
||||||
case $ac_sys_system in
|
case $ac_sys_system in
|
||||||
AIX*)
|
AIX*)
|
||||||
LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $(LINKCC)";;
|
LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $LINKCC";;
|
||||||
dgux*)
|
dgux*)
|
||||||
LINKCC="LD_RUN_PATH=$libdir $(LINKCC)";;
|
LINKCC="LD_RUN_PATH=$libdir $(LINKCC)";;
|
||||||
Monterey64*)
|
Monterey64*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue