bump version
[buildroot.git] / package / libpcap / libpcap-dataroot.patch
blob4d956a8d288824082f53a7a55d3fb8f00af03993
1 diff -rduNp libpcap-0.9.8.orig1/Makefile.in libpcap-0.9.8/Makefile.in
2 --- libpcap-0.9.8.orig1/Makefile.in 2008-01-20 12:12:44.000000000 +0100
3 +++ libpcap-0.9.8/Makefile.in 2008-01-20 12:28:08.000000000 +0100
4 @@ -26,6 +26,7 @@
5 # Top level hierarchy
6 prefix = @prefix@
7 exec_prefix = @exec_prefix@
8 +datarootdir = @datarootdir@
9 # Pathname of directory to install the include files
10 includedir = @includedir@
11 # Pathname of directory to install the library
12 diff -rdup libpcap-0.9.8.orig4/aclocal.m4 libpcap-0.9.8/aclocal.m4
13 --- libpcap-0.9.8.orig4/aclocal.m4 2005-04-21 05:42:09.000000000 +0200
14 +++ libpcap-0.9.8/aclocal.m4 2008-01-21 13:47:20.000000000 +0100
15 @@ -382,9 +382,9 @@ AC_DEFUN(AC_LBL_LEX_AND_YACC,
16 AC_MSG_CHECKING(for flex 2.4 or higher)
17 AC_CACHE_VAL(ac_cv_lbl_flex_v24,
18 if flex -V >/dev/null 2>&1; then
19 - ac_cv_lbl_flex_v24=yes
20 - else
21 ac_cv_lbl_flex_v24=no
22 + else
23 + ac_cv_lbl_flex_v24=yes
24 fi)
25 AC_MSG_RESULT($ac_cv_lbl_flex_v24)
26 if test $ac_cv_lbl_flex_v24 = no ; then
27 diff -rdup libpcap-0.9.8.orig4/configure libpcap-0.9.8/configure
28 --- libpcap-0.9.8.orig4/configure 2008-01-21 13:31:26.000000000 +0100
29 +++ libpcap-0.9.8/configure 2008-01-21 13:47:58.000000000 +0100
30 @@ -6940,9 +6940,9 @@ echo $ECHO_N "checking for flex 2.4 or h
31 echo $ECHO_N "(cached) $ECHO_C" >&6
32 else
33 if flex -V >/dev/null 2>&1; then
34 - ac_cv_lbl_flex_v24=yes
35 - else
36 ac_cv_lbl_flex_v24=no
37 + else
38 + ac_cv_lbl_flex_v24=yes