]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/tcpdump/files/fix-paths.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / tcpdump / files / fix-paths.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- tcpdump-3.8.3/configure~fix-paths.patch
7 +++ tcpdump-3.8.3/configure
8 @@ -8904,7 +8904,7 @@
9    ac_status=$?
10    echo "$as_me:$LINENO: \$? = $ac_status" >&5
11    (exit $ac_status); }; }; then
12 -  ac_lbl_cv_pcap_debug_defined=yes
13 +  ac_lbl_cv_pcap_debug_defined=no
14  else
15    echo "$as_me: failed program was:" >&5
16  sed 's/^/| /' conftest.$ac_ext >&5
17 @@ -8963,7 +8963,7 @@
18    ac_status=$?
19    echo "$as_me:$LINENO: \$? = $ac_status" >&5
20    (exit $ac_status); }; }; then
21 -  ac_lbl_cv_yydebug_defined=yes
22 +  ac_lbl_cv_yydebug_defined=no
23  else
24    echo "$as_me: failed program was:" >&5
25  sed 's/^/| /' conftest.$ac_ext >&5
26 @@ -9700,7 +9700,7 @@
27  echo $ECHO_N "checking for SSLeay... $ECHO_C" >&6
28  ac_cv_ssleay_path=no
29  incdir=no
30 -for dir in /usr/${host_alias} /usr /usr/local /usr/local/ssl /usr/pkg; do
31 +for dir in /bla; do
32         #
33         # XXX - is there a better way to check if a given library is
34         # in a given directory than checking each of the possible