2010-01-13 03:47:57 -05:00
|
|
|
$OpenBSD: patch-configure,v 1.7 2010/01/13 08:47:57 ajacoutot Exp $
|
|
|
|
--- configure.orig Tue Jan 12 10:27:34 2010
|
|
|
|
+++ configure Tue Jan 12 10:28:23 2010
|
|
|
|
@@ -16613,13 +16613,13 @@ $as_echo "no" >&6; }
|
Import cherokee-0.8.1
Cherokee is a very fast, flexible and easy to configure Web Server. It
supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI,
TLS and SSL encrypted connections, Virtual hosts, Authentication, on the
fly encoding, Load balancing, Apache compatible log files, and much
more.
based on a submission from Fernando Quintero (MAINTAINER)
testing, feedback and ok sthen@
2008-09-05 07:19:48 -04:00
|
|
|
esac
|
|
|
|
|
|
|
|
if test "$have_pthread" != "yes"; then
|
2010-01-13 03:47:57 -05:00
|
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
|
|
|
|
-$as_echo_n "checking for main in -lpthread... " >&6; }
|
|
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -pthread" >&5
|
|
|
|
+$as_echo_n "checking for main in -pthread... " >&6; }
|
|
|
|
if test "${ac_cv_lib_pthread_main+set}" = set; then :
|
|
|
|
$as_echo_n "(cached) " >&6
|
Import cherokee-0.8.1
Cherokee is a very fast, flexible and easy to configure Web Server. It
supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI,
TLS and SSL encrypted connections, Virtual hosts, Authentication, on the
fly encoding, Load balancing, Apache compatible log files, and much
more.
based on a submission from Fernando Quintero (MAINTAINER)
testing, feedback and ok sthen@
2008-09-05 07:19:48 -04:00
|
|
|
else
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
-LIBS="-lpthread $LIBS"
|
|
|
|
+LIBS="-pthread $LIBS"
|
2010-01-13 03:47:57 -05:00
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
@@ -16650,7 +16650,7 @@ else
|
Import cherokee-0.8.1
Cherokee is a very fast, flexible and easy to configure Web Server. It
supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI,
TLS and SSL encrypted connections, Virtual hosts, Authentication, on the
fly encoding, Load balancing, Apache compatible log files, and much
more.
based on a submission from Fernando Quintero (MAINTAINER)
testing, feedback and ok sthen@
2008-09-05 07:19:48 -04:00
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$have_pthread" = "yes"; then
|
|
|
|
- PTHREAD_LIBS="-lpthread"
|
|
|
|
+ PTHREAD_LIBS="-pthread"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2010-01-13 03:47:57 -05:00
|
|
|
@@ -20249,7 +20249,7 @@ if test "${ac_cv_lib_avformat_main+set}" = set; then :
|
|
|
|
$as_echo_n "(cached) " >&6
|
2009-04-21 20:28:54 -04:00
|
|
|
else
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
-LIBS="-lavformat $LIBS"
|
|
|
|
+LIBS="-lavformat -pthread $LIBS"
|
2010-01-13 03:47:57 -05:00
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|