Kaydet (Commit) c5d14a65 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added $(srcdir)/ prefix to python.exp for AIX.

No idea if this actually works...
üst 054b3a2c
......@@ -213,7 +213,7 @@ AC_MSG_CHECKING(LINKFORSHARED)
if test -z "$LINKFORSHARED"
then
case $ac_sys_system/$ac_sys_release in
AIX*) LINKFORSHARED="-Wl,-bE:python.exp -lld";;
AIX*) LINKFORSHARED='-Wl,-bE:$(srcdir)/python.exp -lld';;
hp*|HP*)
LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/sharedmodules";;
Linux*) LINKFORSHARED="-rdynamic";;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment