9c36a01236
a security-related fix (malicious user could disrupt sessions). Requested and tested by Daniel C. Sinclair, ok ajacoutot@ (ports is still not fully open)
22 lines
503 B
Plaintext
22 lines
503 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2010/03/02 08:17:16 sthen Exp $
|
|
--- configure.orig Tue Feb 16 12:06:04 2010
|
|
+++ configure Tue Feb 16 14:48:52 2010
|
|
@@ -1081,7 +1081,7 @@ fi
|
|
|
|
|
|
if test "x$ac_cv_prog_gcc" = xyes ; then
|
|
- CFLAGS="-O2"
|
|
+ #CFLAGS="-O2"
|
|
case "$host_os" in
|
|
IRIX*)
|
|
CFLAGS="-mabi=n32 -fno-builtins ${CFLAGS}"
|
|
@@ -3429,7 +3429,7 @@ EOF
|
|
|
|
|
|
|
|
- LIBS="${LIBS} -lpthread"
|
|
+ LIBS="${LIBS} -pthread"
|
|
THREADS_SOURCES="thread_pool.c"
|
|
else
|
|
echo "$ac_t""no" 1>&6
|