diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-17 16:45:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-17 16:45:47 (GMT) |
commit | ae243c85b7e7b470ea541cce41e76cd2cd7474f6 (patch) | |
tree | a5bce13e421f0a68acf9592afe02fc79c73c785e /unix/configure | |
parent | cb291b4c47b87c9080c820a1b28c381167a5fa74 (diff) | |
parent | 27c27e941a08c8ea873a5de4333a498788a22c33 (diff) | |
download | tcl-ae243c85b7e7b470ea541cce41e76cd2cd7474f6.zip tcl-ae243c85b7e7b470ea541cce41e76cd2cd7474f6.tar.gz tcl-ae243c85b7e7b470ea541cce41e76cd2cd7474f6.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 035bbb2..a92ba31 100755 --- a/unix/configure +++ b/unix/configure @@ -10422,7 +10422,7 @@ $as_echo "static library" >&6; } TCL_SHLIB_LD_EXTRAS="-compatibility_version ${TCL_VERSION} -current_version ${TCL_VERSION}`echo ${TCL_PATCH_LEVEL} | awk '{match($0, "\\\.[0-9]+"); print substr($0,RSTART,RLENGTH)}'`" TCL_SHLIB_LD_EXTRAS="${TCL_SHLIB_LD_EXTRAS}"' -install_name "${DYLIB_INSTALL_DIR}"/${TCL_LIB_FILE}' - echo "$LDFLAGS " | grep -q -- '-prebind ' && TCL_SHLIB_LD_EXTRAS="${TCL_SHLIB_LD_EXTRAS}"' -seg1addr 0xa000000' + echo "$LDFLAGS " | grep -q -- '-prebind ' && TCL_SHLIB_LD_EXTRAS="${TCL_SHLIB_LD_EXTRAS}"' -seg1addr 0xA000000' TCL_SHLIB_LD_EXTRAS="${TCL_SHLIB_LD_EXTRAS}"' -sectcreate __TEXT __info_plist Tcl-Info.plist' EXTRA_TCLSH_LIBS='-sectcreate __TEXT __info_plist Tclsh-Info.plist' EXTRA_APP_CC_SWITCHES='-mdynamic-no-pic' |