summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordas <das>2005-06-18 21:47:46 (GMT)
committerdas <das>2005-06-18 21:47:46 (GMT)
commitb051d9a81becdf9a242bd555d5f061d748fec91e (patch)
tree7d470171c0fcaac32a30282aef96a9b4e69d3d2d /unix/tcl.m4
parent37d1bb567e407f48a9967e9b6d708aaa56d9d12f (diff)
downloadtk-b051d9a81becdf9a242bd555d5f061d748fec91e.zip
tk-b051d9a81becdf9a242bd555d5f061d748fec91e.tar.gz
tk-b051d9a81becdf9a242bd555d5f061d748fec91e.tar.bz2
*** 8.4.11 TAGGED FOR RELEASE ***
* macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish symbolic link. * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to ensure we can always relocate binaries with install_name_tool. * unix/configure: autoconf-2.13
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index fc91c3d..4749011 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1377,7 +1377,7 @@ dnl AC_CHECK_TOOL(AR, ar)
SHLIB_SUFFIX=".dylib"
DL_OBJS="tclLoadDyld.o"
DL_LIBS=""
- LDFLAGS="$LDFLAGS -prebind"
+ LDFLAGS="$LDFLAGS -prebind -headerpad_max_install_names"
AC_CACHE_CHECK([if ld accepts -search_paths_first flag], tcl_cv_ld_search_paths_first, [
hold_ldflags=$LDFLAGS
LDFLAGS="$LDFLAGS -Wl,-search_paths_first"