]> git.pld-linux.org Git - packages/tcl.git/blob - tcl-norpath.patch
- fix paths in tclConfig.sh
[packages/tcl.git] / tcl-norpath.patch
1 --- tcl8.4.3/unix/Makefile.in.orig      2003-06-17 20:05:11.000000000 +0200
2 +++ tcl8.4.3/unix/Makefile.in   2003-06-17 20:08:17.000000000 +0200
3 @@ -205,8 +205,8 @@
4  # Additional search flags needed to find the various shared libraries
5  # at run-time.  The first symbol is for use when creating a binary
6  # with cc, and the second is for use when running ld directly.
7 -CC_SEARCH_FLAGS        = @CC_SEARCH_FLAGS@
8 -LD_SEARCH_FLAGS        = @LD_SEARCH_FLAGS@
9 +CC_SEARCH_FLAGS        =
10 +LD_SEARCH_FLAGS        =
11  
12  # The following symbol is defined to "$(DLTEST_TARGETS)" if dynamic
13  # loading is available;  this causes everything in the "dltest"
14 diff -urN tcl8.5a3.org/unix/tcl.m4 tcl8.5a3/unix/tcl.m4
15 --- tcl8.5a3.org/unix/tcl.m4    2005-06-04 23:07:14.000000000 +0200
16 +++ tcl8.5a3/unix/tcl.m4        2005-06-17 23:44:37.081099616 +0200
17 @@ -1909,7 +1909,7 @@
18  
19      if test "${SHARED_BUILD}" = "1" && test "${SHLIB_SUFFIX}" != "" ; then
20          LIB_SUFFIX=${SHARED_LIB_SUFFIX}
21 -        MAKE_LIB='${SHLIB_LD} -o [$]@ ${OBJS} ${SHLIB_LD_LIBS} ${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS} ${LD_SEARCH_FLAGS}'
22 +        MAKE_LIB='${SHLIB_LD} -o [$]@ ${OBJS} ${SHLIB_LD_LIBS} ${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS}'
23          INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) $(LIB_INSTALL_DIR)/$(LIB_FILE)'
24      else
25          LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
This page took 0.025479 seconds and 3 git commands to generate.