OPTS="$CAPABILITIES $OPTS" &&
./configure  --sysconfdir=${INSTALL_ROOT}/etc  \
             --prefix=${INSTALL_ROOT}/usr      \
             --with-largefile                  \
             --with-everything                 \
             $OPTS                             &&
make
