]> git.pld-linux.org Git - packages/tcl.git/blob - tcl-conf.patch
- updated to 8.6.6
[packages/tcl.git] / tcl-conf.patch
1 --- tcl8.5.0/unix/tcl.m4.conf   2007-12-20 10:48:05.000000000 +0100
2 +++ tcl8.5.0/unix/tcl.m4        2007-12-20 10:48:52.000000000 +0100
3 @@ -1427,12 +1427,12 @@ dnl AC_CHECK_TOOL(AR, ar)
4             # get rid of the warnings.
5             #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
6  
7 -           SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
8 +           SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS} -fPIC -Wl,-soname,${@}'
9             DL_OBJS="tclLoadDl.o"
10             DL_LIBS="-ldl"
11             LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
12             AS_IF([test $doRpath = yes], [
13 -               CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'])
14 +               CC_SEARCH_FLAGS=''])
15             LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
16             AS_IF([test "`uname -m`" = "alpha"], [CFLAGS="$CFLAGS -mieee"])
17             AS_IF([test $do64bit = yes], [
18
This page took 0.046796 seconds and 3 git commands to generate.