Ignore:
Timestamp:
Feb 21, 2006, 1:05:50 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:
df7a253
Parents:
b9181e6
Message:

r698@server (orig r696): ryan | 2005-11-13 00:00:47 -0800

r704@rei: lfs | 2005-11-13 19:01:08 +1100
Import updates for untested blfs-scripts



File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/scripts/untested/blfs-scripts/blfs-libfame.sh

    rb9181e6 r0b402ff  
    2121      apply_patch libfame-0.9.1-gcc34-1
    2222      # update config.sub and config.guess so libfame groks newer arches
    23       apply_patch libfame-0.9.1-gnu_config-1
     23      apply_patch libfame-0.9.1-update_gnu_config-1
    2424      sed -i -e '/FAME_RLD_FLAGS=/s@\\${exec_prefix}/lib@${libdir}@g' \
    2525         configure
     
    2727esac
    2828
     29# Update libtool so we grok passing CC as "gcc -mXX"
     30libtoolize --copy --force
     31
    2932max_log_init libfame ${LIBFAME_VER} "blfs (shared)" ${CONFLOGS} ${LOG}
    3033CC="${CC-gcc} ${ARCH_CFLAGS}" \
     34CXX="${CXX-g++} ${ARCH_CFLAGS}" \
    3135CFLAGS="-O2 -pipe ${TGT_CFLAGS}" \
     36CXXFLAGS="-O2 -pipe ${TGT_CFLAGS}" \
    3237./configure --prefix=/usr ${extra_conf} \
    3338   >> ${LOGFILE} 2>&1 &&
Note: See TracChangeset for help on using the changeset viewer.