#If these switches are used, they stop distcc and ccache from working
#  We could write wrappers for all of the possible binaries
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST} --build=${BUILD}"

  patch -p1 < $SCRIPT_DIRECTORY/prelink-olderthan20030605glibcelf.patch &&
  ./configure --prefix=${INSTALL_ROOT}/usr  \
         --exec-prefix=${INSTALL_ROOT}/usr  \
          --sysconfdir=${INSTALL_ROOT}/etc  \
       --localstatedir=${INSTALL_ROOT}/var  \
                       $OPTS                &&
  make
