Changeset e38d58c


Ignore:
Timestamp:
Feb 21, 2006, 12:24:18 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:
8a3554d
Parents:
17c4d95
Message:

r610@server (orig r608): ryan | 2005-08-05 23:36:05 -0700
Ensure extraconf is set correctly for each build


File:
1 edited

Legend:

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

    r17c4d95 re38d58c  
    99set_libdirname
    1010setup_multiarch
    11 if [ ! "${libdirname}" = "lib" ]; then
    12    extra_conf="--libdir=/usr/${libdirname}"
    13 fi
    1411
    1512unpack_tarball fftw-${FFTW3_VER}
    1613if [ -d ${PKGDIR}-single ]; then rm -rf ${PKGDIR}-single ; fi
    1714mv ${PKGDIR} ${PKGDIR}-single
     15
    1816unpack_tarball fftw-${FFTW3_VER}
    1917if [ -d ${PKGDIR}-double ]; then rm -rf ${PKGDIR}-double ; fi
    2018mv ${PKGDIR} ${PKGDIR}-double
     19
    2120unpack_tarball fftw-${FFTW3_VER}
    2221if [ -d ${PKGDIR}-long-double ]; then rm -rf ${PKGDIR}-long-double ; fi
     
    2625### SINGLE ###
    2726cd ${SRC}/${PKGDIR}-single
     27LOG=fftw3-single-blfs.log
    2828
    29 LOG=fftw3-single-blfs.log
     29extra_conf=""
     30if [ ! "${libdirname}" = "lib" ]; then
     31   extra_conf="--libdir=/usr/${libdirname}"
     32fi
    3033
    3134# TODO: gonna need to set extra_conf for each arch methinks...
     
    7275
    7376LOG=fftw3-double-blfs.log
    74 
     77extra_conf=""
    7578if [ ! "${libdirname}" = "lib" ]; then
    76    extra_conf="--libdir=/usr/${libdirname}"
     79   extra_conf="${extra_conf} --libdir=/usr/${libdirname}"
    7780fi
    7881
     
    124127
    125128LOG=fftw3-long-double-blfs.log
    126 
     129extra_conf=""
    127130if [ ! "${libdirname}" = "lib" ]; then
    128131   extra_conf="--libdir=/usr/${libdirname}"
Note: See TracChangeset for help on using the changeset viewer.