summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-06-03 20:31:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-06-03 20:31:31 (GMT)
commit7b43d03c2b4014c1c86d42f2e9a05eaf1dd1750c (patch)
tree6e8dee7119656a6c0e133368223d2a162c424538 /unix/configure
parent17f4b04d101612d86e9aa09917a613a3a5e2496a (diff)
parent546d781de9e987b0e73eb2c52d7561c30407d6eb (diff)
downloadtcl-7b43d03c2b4014c1c86d42f2e9a05eaf1dd1750c.zip
tcl-7b43d03c2b4014c1c86d42f2e9a05eaf1dd1750c.tar.gz
tcl-7b43d03c2b4014c1c86d42f2e9a05eaf1dd1750c.tar.bz2
merge 8.4
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 784599b..61c2247 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7680,7 +7680,7 @@ fi
# This configuration from FreeBSD Ports.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
- TCL_SHLIB_LD_EXTRAS="-Wl,-soname \$@"
+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$@"
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
DL_LIBS=""
@@ -7688,7 +7688,7 @@ fi
if test $doRpath = yes; then
CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
- LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
+ LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
fi
if test "${TCL_THREADS}" = "1"; then