Lines 1-6
Link Here
|
1 |
--- configure.orig 2007-12-17 18:57:25.000000000 +0100 |
1 |
--- configure.orig 2007-12-17 18:57:25.000000000 +0100 |
2 |
+++ configure 2007-12-29 14:17:55.000000000 +0100 |
2 |
+++ configure 2010-09-28 00:00:20.000000000 +0200 |
3 |
@@ -3536,6 +3536,7 @@ |
3 |
@@ -3538,6 +3538,7 @@ |
4 |
# Threads support - this auto-enables if Tcl was compiled threaded |
4 |
# Threads support - this auto-enables if Tcl was compiled threaded |
5 |
#------------------------------------------------------------------------ |
5 |
#------------------------------------------------------------------------ |
6 |
|
6 |
|
Lines 8-14
Link Here
|
8 |
|
8 |
|
9 |
# Check whether --enable-threads or --disable-threads was given. |
9 |
# Check whether --enable-threads or --disable-threads was given. |
10 |
if test "${enable_threads+set}" = set; then |
10 |
if test "${enable_threads+set}" = set; then |
11 |
@@ -5828,7 +5829,7 @@ |
11 |
@@ -5815,7 +5816,7 @@ |
12 |
SHLIB_SUFFIX=".so" |
12 |
SHLIB_SUFFIX=".so" |
13 |
DL_OBJS="tclLoadDl.o" |
13 |
DL_OBJS="tclLoadDl.o" |
14 |
DL_LIBS="" |
14 |
DL_LIBS="" |
Lines 17-23
Link Here
|
17 |
if test $doRpath = yes; then |
17 |
if test $doRpath = yes; then |
18 |
|
18 |
|
19 |
CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' |
19 |
CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' |
20 |
@@ -5839,16 +5840,16 @@ |
20 |
@@ -5826,16 +5827,16 @@ |
21 |
|
21 |
|
22 |
# The -pthread needs to go in the CFLAGS, not LIBS |
22 |
# The -pthread needs to go in the CFLAGS, not LIBS |
23 |
LIBS=`echo $LIBS | sed s/-pthread//` |
23 |
LIBS=`echo $LIBS | sed s/-pthread//` |
Lines 38-40
Link Here
|
38 |
TCL_LIB_VERSIONS_OK=nodots |
38 |
TCL_LIB_VERSIONS_OK=nodots |
39 |
;; |
39 |
;; |
40 |
esac |
40 |
esac |
|
|
41 |
@@ -5844,7 +5845,7 @@ |
42 |
# This configuration from FreeBSD Ports. |
43 |
SHLIB_CFLAGS="-fPIC" |
44 |
SHLIB_LD="${CC} -shared" |
45 |
- TCL_SHLIB_LD_EXTRAS="-soname \$@" |
46 |
+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$@" |
47 |
SHLIB_LD_LIBS='${LIBS}' |
48 |
SHLIB_SUFFIX=".so" |
49 |
DL_OBJS="tclLoadDl.o" |