diff options
author | adam <adam@pkgsrc.org> | 2004-05-21 20:28:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-05-21 20:28:10 +0000 |
commit | 3248aaf5a30e7fa9e65b54a80e2a3788c67ea150 (patch) | |
tree | a9b378d6d21ca316ceb72ebd3821ea380f1ad22e /archivers/liblzo/patches | |
parent | e5bc1b4c1304459666b1e79127616c3cd9161372 (diff) | |
download | pkgsrc-3248aaf5a30e7fa9e65b54a80e2a3788c67ea150.tar.gz |
Don't force optimisation any more
Diffstat (limited to 'archivers/liblzo/patches')
-rw-r--r-- | archivers/liblzo/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/liblzo/patches/patch-ab b/archivers/liblzo/patches/patch-ab new file mode 100644 index 00000000000..e0f2606ad9c --- /dev/null +++ b/archivers/liblzo/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2004/05/21 20:28:33 adam Exp $ + +--- configure.orig Fri May 21 22:08:40 2004 ++++ configure +@@ -12063,8 +12063,6 @@ if test "X$GCC" = Xyes; then + MFX_CC="GCC" + if test "X$enable_debug" = Xyes; then + CFLAGS="$CFLAGS -O0" +- else +- CFLAGS="$CFLAGS -O2" + fi + CFLAGS="$CFLAGS -Wall -Wcast-align -Wcast-qual -Wwrite-strings" + case $MFX_CPU in |