default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

if list_find "$NGINX_OPTS" "--with-syslog"; then
  patch -p0 < "$SPELL_DIRECTORY/syslog.patch"
fi
