[PATCH] Enable kqueue() support on OpenBSD.

Poul-Henning Kamp phk at phk.freebsd.dk
Mon Jan 2 13:11:22 CET 2012


Fixed.

In message <20111223144912.GA16802 at rox.home.comstyle.com>, Brad writes:
>The following diff fixes the autoconf script to properly detect
>the presence of kqueue() on OpenBSD.
>
>
>diff --git a/configure.ac b/configure.ac
>index 8404de4..425d925 100644
>--- a/configure.ac
>+++ b/configure.ac
>@@ -335,7 +335,7 @@ AC_ARG_ENABLE(kqueue,
> 
> if test "$enable_kqueue" = yes; then
> 	case $target in
>-	*-*-freebsd* | *-*-darwin9* | *-*-darwin11* | *-*-netbsd* )
>+	*-*-freebsd* | *-*-darwin9* | *-*-darwin11* | *-*-netbsd* | *-*-openbsd*)
> 		AC_CHECK_FUNCS([kqueue])
> 		;;
> 	*-*-bsd*)
>
>-- 
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>
>
>_______________________________________________
>varnish-dev mailing list
>varnish-dev at varnish-cache.org
>https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev
>

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



More information about the varnish-dev mailing list