aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tcpdump/files/fix-paths.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/fix-paths.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/tcpdump/files/fix-paths.patch')
-rw-r--r--packages/tcpdump/files/fix-paths.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/packages/tcpdump/files/fix-paths.patch b/packages/tcpdump/files/fix-paths.patch
index e69de29bb2..0cd321007a 100644
--- a/packages/tcpdump/files/fix-paths.patch
+++ b/packages/tcpdump/files/fix-paths.patch
@@ -0,0 +1,34 @@
+
+#
+# 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