summaryrefslogtreecommitdiff
path: root/packages/tcpdump/files/tcpdump_configure_no_-O2.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/tcpdump/files/tcpdump_configure_no_-O2.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/tcpdump/files/tcpdump_configure_no_-O2.patch')
-rw-r--r--packages/tcpdump/files/tcpdump_configure_no_-O2.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/packages/tcpdump/files/tcpdump_configure_no_-O2.patch b/packages/tcpdump/files/tcpdump_configure_no_-O2.patch
index e69de29bb2..773fc52e54 100644
--- a/packages/tcpdump/files/tcpdump_configure_no_-O2.patch
+++ b/packages/tcpdump/files/tcpdump_configure_no_-O2.patch
@@ -0,0 +1,36 @@
+--- tcpdump-3.8.3/configure 2004-03-28 23:06:09.000000000 +0200
++++ tcpdump-3.8.3.mod/configure 2004-07-29 13:04:18.450769088 +0200
+@@ -2059,13 +2059,13 @@
+ CFLAGS=$ac_save_CFLAGS
+ elif test $ac_cv_prog_cc_g = yes; then
+ if test "$GCC" = yes; then
+- CFLAGS="-g -O2"
++ CFLAGS="-g"
+ else
+ CFLAGS="-g"
+ fi
+ else
+ if test "$GCC" = yes; then
+- CFLAGS="-O2"
++ CFLAGS=""
+ else
+ CFLAGS=
+ fi
+@@ -2291,7 +2291,7 @@
+ if test "$GCC" = yes ; then
+ if test "$SHLICC2" = yes ; then
+ ac_cv_lbl_gcc_vers=2
+- V_CCOPT="-O2"
++ V_CCOPT=""
+ else
+ echo "$as_me:$LINENO: checking gcc version" >&5
+ echo $ECHO_N "checking gcc version... $ECHO_C" >&6
+@@ -2308,7 +2308,7 @@
+ echo "$as_me:$LINENO: result: $ac_cv_lbl_gcc_vers" >&5
+ echo "${ECHO_T}$ac_cv_lbl_gcc_vers" >&6
+ if test $ac_cv_lbl_gcc_vers -gt 1 ; then
+- V_CCOPT="-O2"
++ V_CCOPT=""
+ fi
+ fi
+ else