$OpenBSD: patch-config_lib,v 1.4 2014/12/23 11:32:30 dcoppa Exp $
Don't build with -O1. The reason they add it is irrevelant to OpenBSD anyway.
--- config.lib.orig	Tue Oct 21 13:36:39 2014
+++ config.lib	Tue Dec 23 05:05:09 2014
@@ -1488,7 +1488,7 @@ make_cflags_and_ldflags() {
 		cc_build_is_gcc=`basename "$cc_build" | grep "gcc" &>/dev/null`
 		if [ -n "$cc_build_is_gcc" ]; then
 			# Just add -O1 to the tools needed for building.
-			CFLAGS_BUILD="$CFLAGS_BUILD -D_FORTIFY_SOURCE=2 -O1"
+			CFLAGS_BUILD="$CFLAGS_BUILD -D_FORTIFY_SOURCE=2"
 		fi
 	fi
 
