openbsd-ports/net/tor/patches/patch-configure
benoit a0739f17c4 - update tor to 0.2.1.19
- update patch

ok rui@, ajacoutot@
2009-08-10 21:14:41 +00:00

12 lines
491 B
Plaintext

--- configure.orig Tue Jul 28 23:44:16 2009
+++ configure Mon Aug 10 23:02:40 2009
@@ -19708,7 +19708,7 @@ LOCALSTATEDIR=`eval echo $localstatedir`
# Set CFLAGS _after_ all the above checks, since our warnings are stricter
# than autoconf's macros like.
if test "$GCC" = yes; then
- CFLAGS="$CFLAGS -Wall -g -O2"
+ CFLAGS="$CFLAGS -Wall -g"
# Disable GCC's strict aliasing checks. They are an hours-to-debug
# accident waiting to happen.
CFLAGS="$CFLAGS -fno-strict-aliasing"