Ignore:
Timestamp:
Feb 21, 2006, 12:18:26 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:
b67b7ca
Parents:
5baad6a
Message:

r585@server (orig r583): ryan | 2005-08-05 21:47:55 -0700
Update all kde build scripts... tested and working on bi-arch amd64



File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/untested/kde-scripts/kde-kde-libs.sh

    r5baad6a r300656b  
    3434esac
    3535
     36# fast-malloc only works on i?86 ...
     37#   --enable-fast-malloc=full \
    3638max_log_init kdelibs ${KDELIBS_VER} "kde (shared)" ${CONFLOGS} ${LOG}
    3739CC="${CC-gcc} ${ARCH_CFLAGS}" \
     
    4143./configure --prefix=${KDE_PREFIX} ${extra_conf} \
    4244   --disable-debug --disable-dependency-tracking \
    43    --enable-fast-malloc=full \
    4445   --with-qt-libraries=/opt/qt/${libdirname} \
    4546   >> ${LOGFILE} 2>&1 &&
     
    6162echo " o ALL OK" || barf
    6263
     64if [ "${MULTIARCH}" = "Y" ]; then
     65   use_wrapper ${KDE_PREFIX}/bin/kde-config
     66fi
Note: See TracChangeset for help on using the changeset viewer.