]> git.pld-linux.org Git - packages/tcl.git/blame - tcl-norpath.patch
- fix paths in tclConfig.sh
[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"
346a9f24
AM
14diff -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 @@
af1f472b
JB
18
19 if test "${SHARED_BUILD}" = "1" && test "${SHLIB_SUFFIX}" != "" ; then
20 LIB_SUFFIX=${SHARED_LIB_SUFFIX}
346a9f24
AM
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}'
af1f472b
JB
23 INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) $(LIB_INSTALL_DIR)/$(LIB_FILE)'
24 else
25 LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
This page took 0.035147 seconds and 4 git commands to generate.