diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-03 14:19:43 (GMT) | 
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-03 14:19:43 (GMT) | 
| commit | 596b5e9c70fd7bbef2a6d801c647bb939482961a (patch) | |
| tree | 22302e5580b087cf26b100a18a984a9d0c5c3ebc /unix/configure | |
| parent | 69c9746bd1fb5d903ee327444835805a4a99786f (diff) | |
| download | tcl-596b5e9c70fd7bbef2a6d801c647bb939482961a.zip tcl-596b5e9c70fd7bbef2a6d801c647bb939482961a.tar.gz tcl-596b5e9c70fd7bbef2a6d801c647bb939482961a.tar.bz2 | |
last-moment fix for FreeBSD from Pietro Cerutti
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 ec5298c..36d7b8d 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 | 
