]> git.pld-linux.org Git - packages/expect.git/blob - expect-lib64.patch
- updated to 5.41.0
[packages/expect.git] / expect-lib64.patch
1 diff -durN expect-5.39.orig/configure.in expect-5.39/configure.in
2 --- expect-5.39.orig/configure.in       2004-12-28 16:49:51.000000000 +0000
3 +++ expect-5.39/configure.in    2004-12-28 16:53:24.019681264 +0000
4 @@ -1132,7 +1132,7 @@
5  fi
6  
7  EXP_BUILD_LIB_SPEC="-L`pwd` -lexpect${EXP_LIB_VERSION}${DBGX}"
8 -EXP_LIB_SPEC="-L\${INSTALL_ROOT}\${exec_prefix}/lib -lexpect${EXP_LIB_VERSION}${DBGX}"
9 +EXP_LIB_SPEC="-L\${INSTALL_ROOT}\${exec_prefix}/lib64 -lexpect${EXP_LIB_VERSION}${DBGX}"
10  EXP_UNSHARED_LIB_FILE=libexpect${EXP_LIB_VERSION}${DBGX}.a
11  
12  # The TCL_SHARED_LIB_SUFFIX macro below relies on the DBGX macro,
This page took 0.271789 seconds and 3 git commands to generate.