don't build with -O3.

This commit is contained in:
steven 2006-02-08 07:52:56 +00:00
parent f85600afe0
commit a5d6531ec7
2 changed files with 17 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2006/02/05 10:48:57 steven Exp $
# $OpenBSD: Makefile,v 1.12 2006/02/08 07:52:56 steven Exp $
COMMENT= "encrypt and decrypt AES files and streams"
DISTNAME= ccrypt-1.7
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= security
HOMEPAGE= http://www.mathstat.dal.ca/~selinger/ccrypt/

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-configure,v 1.1 2006/02/08 07:52:56 steven Exp $
--- configure.orig Wed Feb 8 08:21:40 2006
+++ configure Wed Feb 8 08:21:50 2006
@@ -2981,9 +2981,9 @@ fi
if test "$GCC" = "yes"; then
if test "$iCFLAGS" = ""; then
- CFLAGS="-O3 -Wall"
+ CFLAGS="-Wall"
else
- CFLAGS="$iCFLAGS -O3"
+ CFLAGS="$iCFLAGS"
fi
fi