diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-06 10:34:16 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-06 10:34:16 (GMT) |
| commit | 2595be3dfe679967b983013938587bae42c1f965 (patch) | |
| tree | cb749074000f9dd6eebf2f58e9c04118b64a2ee6 /unix | |
| parent | b60f173c379f120a700b92671e10dc780b64acf1 (diff) | |
| parent | 1ccdd5f18672bc47517b020a1c65d861351fcfdd (diff) | |
| download | tcl-2595be3dfe679967b983013938587bae42c1f965.zip tcl-2595be3dfe679967b983013938587bae42c1f965.tar.gz tcl-2595be3dfe679967b983013938587bae42c1f965.tar.bz2 | |
Merge 8.5
Diffstat (limited to 'unix')
| -rwxr-xr-x | unix/configure | 1 | ||||
| -rw-r--r-- | unix/tcl.m4 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index d1f796b..f48f5a4 100755 --- a/unix/configure +++ b/unix/configure @@ -7522,7 +7522,6 @@ fi SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl.o" DL_LIBS="" - LDFLAGS="" if test $doRpath = yes; then CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' diff --git a/unix/tcl.m4 b/unix/tcl.m4 index cfdb659..de2cfad 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1527,7 +1527,6 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl.o" DL_LIBS="" - LDFLAGS="" AS_IF([test $doRpath = yes], [ CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}']) |
