openbsd-ports/net/tor/patches/patch-configure
rui e2aedfbdc7 - update tor to 0.2.0.31.
- addresses two potential anonymity issues.
- starts to fix a bug where in rare cases traffic from one Tor stream gets mixed into another stream.
- fixes a variety of smaller issues.

ok fgsch@
2008-09-19 21:50:59 +00:00

13 lines
480 B
Plaintext

$OpenBSD: patch-configure,v 1.8 2008/09/19 21:51:00 rui Exp $
--- configure.orig Tue Aug 5 10:42:21 2008
+++ configure Tue Aug 5 10:42:57 2008
@@ -19341,7 +19341,7 @@ LOCALSTATEDIR=`eval echo $localstatedir`
# Set CFLAGS _after_ all the above checks, since our warnings are stricter
# than autoconf's macros like.
if test "$ac_cv_c_compiler_gnu" = yes; then
- CFLAGS="$CFLAGS -Wall -g -O2"
+ CFLAGS="$CFLAGS -Wall"
else
CFLAGS="$CFLAGS -g -O"
enable_gcc_warnings=no