Currently, if I want to add a single extra flag to varnishd_flags I need
to rebuild the whole thing:
${varnishd_flags:="-P ${varnishd_pidfile} -a ${varnishd_listen} \ -T ${varnishd_admin} -b ${varnishd_backend} -s ${varnishd_storage} \ -h ${varnishd_hash} -u ${varnishd_user} -g ${varnishd_group}"}
This commit adds a varnishd_extra_flags variable that I can use for these
kinds of minor tweaks (e.g., adding -p send_timeout=XXX).