default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

# fix the ability to build without keyserver support
if ! is_depends_enabled $SPELL libsoup; then
  sed -i "s:@WITH_KEYSERVER_TRUE@::g" src/Makefile.in
fi
