# can't use default_build

./configure --prefix=${INSTALL_ROOT}/usr \
  --with-extra-cflags="$CFLAGS" \
  --with-extra-ldflags="$LDFLAGS" \
  --with-extra-cxxflags="$CXXFLAGS" \
  --with-system-boost \
$OPTS  &&
make all
