ed345404f7
fixes CVE-2006-0414 for details, see http://secunia.com/advisories/18576/
13 lines
425 B
Plaintext
13 lines
425 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2006/06/10 08:33:36 steven Exp $
|
|
--- configure.orig Thu Jun 8 18:56:35 2006
|
|
+++ configure Thu Jun 8 18:58:11 2006
|
|
@@ -15199,7 +15199,7 @@ _ACEOF
|
|
# 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"
|
|
fi
|