16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2008/10/29 22:55:40 kili Exp $
|
|
|
|
Don't force -O2
|
|
|
|
--- configure.orig Thu Sep 21 00:34:03 2006
|
|
+++ configure Fri May 4 17:32:19 2007
|
|
@@ -2197,7 +2197,7 @@ You need to install 'bison' and re-run the configure s
|
|
fi
|
|
|
|
: ${CFLAGS=-g}
|
|
-OPTFLAGS="-O2"
|
|
+: OPTFLAGS="-O2"
|
|
|
|
ac_ext=c
|
|
ac_cpp='$CPP $CPPFLAGS'
|