On Sun, Apr 19, 2015 at 01:48:06AM +0800, Kevin Lo wrote:
> The configure script checks for the existence of pthread_sigmask.  
> However, on FreeBSD, libc contains no-op stubs for many of the 
> pthread_* functions.  As a result, the AC_SEARCH_LIBS macro returns 
> "none required".
> 
> As an alternative to checking pthread_sigmask, a solution is to check
> pthread_create.
> 
> Signed-off-by: Kevin Lo <ke...@freebsd.org>

Thanks, applied to master.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to