]> git.pld-linux.org Git - packages/tcl.git/blame - tcl-norpath.patch
- up to devel series 8.5a2
[packages/tcl.git] / tcl-norpath.patch
CommitLineData
af1f472b
JB
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.032161 seconds and 4 git commands to generate.