]> git.pld-linux.org Git - packages/tcl.git/blame - tcl-norpath.patch
- updated to 8.6.6
[packages/tcl.git] / tcl-norpath.patch
CommitLineData
bc9c1491
JB
1--- tcl8.5a6/unix/Makefile.in.orig 2007-06-26 07:50:20.974722448 +0200
2+++ tcl8.5a6/unix/Makefile.in 2007-06-26 18:05:36.274405487 +0200
3@@ -192,8 +192,8 @@
4 # Additional search flags needed to find the various shared libraries at
5 # run-time. The first symbol is for use when creating a binary with cc, and
6 # the second is for use when running ld directly.
af1f472b
JB
7-CC_SEARCH_FLAGS = @CC_SEARCH_FLAGS@
8-LD_SEARCH_FLAGS = @LD_SEARCH_FLAGS@
9+CC_SEARCH_FLAGS =
10+LD_SEARCH_FLAGS =
11
bc9c1491
JB
12 # The following symbol is defined to "$(DLTEST_TARGETS)" if dynamic loading is
13 # available; this causes everything in the "dltest" subdirectory to be built
d7524433
PS
14--- tcl8.5.13/unix/tcl.m4.orig 2012-11-28 21:29:42.223960573 +0100
15+++ tcl8.5.13/unix/tcl.m4 2012-11-28 21:31:03.440627511 +0100
608fee11 16@@ -2048,7 +2048,7 @@ dnl # preprocessing tests use only CPPFL
af1f472b 17
70f606a3 18 AS_IF([test "${SHARED_BUILD}" = 1 -a "${SHLIB_SUFFIX}" != ""], [
af1f472b 19 LIB_SUFFIX=${SHARED_LIB_SUFFIX}
608fee11
AM
20- MAKE_LIB='${SHLIB_LD} -o [$]@ ${OBJS} ${SHLIB_LD_LIBS} ${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS} ${LD_SEARCH_FLAGS}'
21+ MAKE_LIB='${SHLIB_LD} -o [$]@ ${OBJS} ${SHLIB_LD_LIBS} ${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS}'
d7524433
PS
22 AS_IF([test "${SHLIB_SUFFIX}" = ".dll"], [
23 INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) "$(BIN_INSTALL_DIR)/$(LIB_FILE)"'
24 DLL_INSTALL_DIR="\$(BIN_INSTALL_DIR)"
This page took 0.121979 seconds and 4 git commands to generate.