]> git.pld-linux.org Git - packages/tcl.git/blob - tcl-norpath.patch
- "Tcl" and "Tk" unifications (and few others)
[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 --- tcl8.4.3/unix/tcl.m4.orig   2003-06-17 20:05:11.000000000 +0200
15 +++ tcl8.4.3/unix/tcl.m4        2003-06-17 20:08:12.000000000 +0200
16 @@ -1685,7 +1685,7 @@
17  
18      if test "${SHARED_BUILD}" = "1" && test "${SHLIB_SUFFIX}" != "" ; then
19          LIB_SUFFIX=${SHARED_LIB_SUFFIX}
20 -        MAKE_LIB='${SHLIB_LD} -o [$]@ ${SHLIB_LD_FLAGS} ${OBJS} ${SHLIB_LD_LIBS} ${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS} ${LD_SEARCH_FLAGS}'
21 +        MAKE_LIB='${SHLIB_LD} -o [$]@ ${SHLIB_LD_FLAGS} ${OBJS} ${SHLIB_LD_LIBS} ${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS}'
22          INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) $(LIB_INSTALL_DIR)/$(LIB_FILE)'
23      else
24          LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
This page took 0.048506 seconds and 3 git commands to generate.