Ignore:
Timestamp:
Mar 10, 2006, 3:03:38 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a8a1084
Parents:
46f79ff
Message:

r2512@server (orig r1251): ryan | 2006-03-10 02:09:04 -0800

r1301@rei: lfs | 2006-03-09 19:34:34 +1100
Fix configure issues in tcl and Tk versions 8.4.11 and 8.4.12 when using bash-3.1


File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/scripts/native-scripts/temp-tcl.sh

    r46f79ff rdeb72bc  
    3737fi
    3838
     39# Fix brokenness in configure with bash-3.1
     40case ${TCL_VER} in
     41   8.4.1[12] )
     42      if [ ! -f configure-ORIG ]; then cp configure configure-ORIG ; fi
     43      sed "s/relid'/relid/" < configure-ORIG > configure
     44   ;;
     45esac
    3946max_log_init Tcl ${TCL_VER} "temp (shared)" ${CONFLOGS} ${LOG}
    4047CC="${CC-gcc} ${ARCH_CFLAGS}" \
Note: See TracChangeset for help on using the changeset viewer.