default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

if [[ $LDNS_OPENSSL == "libressl" ]]; then
  patch -p0 < "$SPELL_DIRECTORY/libressl.patch"
fi
