Magellan Linux

Contents of /trunk/expect/patches/expect-5.43.0-multilib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 507 byte(s)
-import

1 --- expect-5.42/configure.in.orig 2004-12-21 03:02:36.095170881 -0800
2 +++ expect-5.42/configure.in 2004-12-21 03:03:08.987170537 -0800
3 @@ -1141,7 +1141,7 @@
4 fi
5
6 EXP_BUILD_LIB_SPEC="-L`pwd` -lexpect${EXP_LIB_VERSION}${DBGX}"
7 -EXP_LIB_SPEC="-L\${INSTALL_ROOT}\${exec_prefix}/lib -lexpect${EXP_LIB_VERSION}${DBGX}"
8 +EXP_LIB_SPEC="-L\${libdir} -lexpect${EXP_LIB_VERSION}${DBGX}"
9 EXP_UNSHARED_LIB_FILE=libexpect${EXP_LIB_VERSION}${DBGX}.a
10
11 # The TCL_SHARED_LIB_SUFFIX macro below relies on the DBGX macro,