Loading
varnish: fix builds of `varnish`, `varnish77`, and `varnish60` on macOS
Applies several patches to get varnish to build on macOS.
For `varnish77`:
- Fix `endian.h` compatibility for macOS
https://github.com/varnishcache/varnish-cache/pull/4339
- Fix VMOD section attribute on macOS
https://github.com/varnishcache/varnish-cache/commit/a95399f5b9eda1bfdba6ee6406c30a1ed0720167.patch
For `varnish60`:
- Fix duplicate OS_CODE definitions on macOS
https://github.com/varnishcache/varnish-cache/pull/4347