#  default_build
  ./configure 	--prefix=${INSTALL_ROOT}/usr \
		--without-oracle \
                $OPTS                &&
  make                  
