diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /tcpdump/files/fix-paths.patch | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'tcpdump/files/fix-paths.patch')
-rw-r--r-- | tcpdump/files/fix-paths.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/tcpdump/files/fix-paths.patch b/tcpdump/files/fix-paths.patch deleted file mode 100644 index 0cd321007a..0000000000 --- a/tcpdump/files/fix-paths.patch +++ /dev/null @@ -1,34 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- tcpdump-3.8.3/configure~fix-paths.patch -+++ tcpdump-3.8.3/configure -@@ -8904,7 +8904,7 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_lbl_cv_pcap_debug_defined=yes -+ ac_lbl_cv_pcap_debug_defined=no - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 -@@ -8963,7 +8963,7 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_lbl_cv_yydebug_defined=yes -+ ac_lbl_cv_yydebug_defined=no - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 -@@ -9700,7 +9700,7 @@ - echo $ECHO_N "checking for SSLeay... $ECHO_C" >&6 - ac_cv_ssleay_path=no - incdir=no --for dir in /usr/${host_alias} /usr /usr/local /usr/local/ssl /usr/pkg; do -+for dir in /bla; do - # - # XXX - is there a better way to check if a given library is - # in a given directory than checking each of the possible |