
fgsch at lodoss
Aug 8, 2012, 6:32 PM
Post #1 of 1
(160 views)
Permalink
|
|
[PATCH 1/2] Add OpenBSD support
|
|
Trivial diff so I can compile varnish unchanged in OpenBSD. f.- diff --git a/autogen.sh b/autogen.sh index 07df626..d7e360d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,6 +15,9 @@ FreeBSD) Linux) LIBTOOLIZE=libtoolize ;; +OpenBSD) + LIBTOOLIZE=libtoolize + ;; SunOS) LIBTOOLIZE=libtoolize ;; _______________________________________________ varnish-dev mailing list varnish-dev [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev
|