openbsd-ports/net/openvpn/patches/patch-configure

13 lines
462 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.2 2009/10/10 13:35:34 sthen Exp $
--- configure.orig Wed Oct 7 13:11:23 2009
+++ configure Sat Oct 10 15:33:07 2009
@@ -10373,8 +10373,6 @@ if test x"$acx_pthread_ok" = xyes; then
case "$target" in
*openbsd*)
- { echo "$as_me:$LINENO: result: WARNING: pthread support on OpenBSD is unstable!" >&5
-echo "${ECHO_T}WARNING: pthread support on OpenBSD is unstable!" >&6; }
CFLAGS="$CFLAGS -pthread"
;;
esac