]> git.pld-linux.org Git - packages/tcl.git/blob - tcl-8.6.10-tcltests-path-fix.patch
Up to 8.6.12.
[packages/tcl.git] / tcl-8.6.10-tcltests-path-fix.patch
1 diff --git a/unix/Makefile.in b/unix/Makefile.in
2 index 99bdf05..0b2f660 100644
3 --- a/unix/Makefile.in
4 +++ b/unix/Makefile.in
5 @@ -788,7 +788,7 @@ topDirName:
6  # This keeps tcltest from picking up an already installed version of the Tcl
7  # library.
8  SHELL_ENV =    @LD_LIBRARY_PATH_VAR@=`pwd`:${@LD_LIBRARY_PATH_VAR@} \
9 -               TCLLIBPATH="@abs_builddir@/pkgs" \
10 +               TCLLIBPATH="@abs_builddir@/pkgs @abs_builddir@/../tests" \
11                 TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"
12  
13  ${TCLTEST_EXE}: ${TCLTEST_OBJS} ${TCL_LIB_FILE} ${TCL_STUB_LIB_FILE} ${BUILD_DLTEST}
This page took 0.027053 seconds and 3 git commands to generate.