diff options
author | dgp <dgp@users.sourceforge.net> | 2013-06-03 17:26:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-06-03 17:26:10 (GMT) |
commit | 6efc06566b9ee1b8ed7645920b7f37226cc00643 (patch) | |
tree | e82c6ea75216223c2d056e6f4cfe8c90e0371150 /unix/configure | |
parent | d2673c18e756c5e38c377eee7ba8a1afbf8c0af1 (diff) | |
parent | 596b5e9c70fd7bbef2a6d801c647bb939482961a (diff) | |
download | tcl-6efc06566b9ee1b8ed7645920b7f37226cc00643.zip tcl-6efc06566b9ee1b8ed7645920b7f37226cc00643.tar.gz tcl-6efc06566b9ee1b8ed7645920b7f37226cc00643.tar.bz2 |
Tag for release.core_8_4_20core_8_4_20_rc
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index b7d2fb6..403a49f 100755 --- a/unix/configure +++ b/unix/configure @@ -3425,14 +3425,14 @@ echo "$ac_t""$tcl_cv_ld_elf" 1>&6 # 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="" LDFLAGS="" 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 # The -pthread needs to go in the LDFLAGS, not LIBS |