]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/dsniff/dsniff-2.3/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / dsniff / dsniff-2.3 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- dsniff-2.3/configure.in~configure
7 +++ dsniff-2.3/configure.in
8 @@ -42,7 +42,7 @@
9  AC_CHECK_TYPE(u_int32_t, uint32_t)
10  AC_CHECK_TYPE(u_int64_t, uint64_t)
11  dnl XXX - Linux sux.
12 -AC_CHECK_TYPE(in_addr_t, u_int32_t)
13 +dnl AC_CHECK_TYPE(in_addr_t, u_int32_t)
14  CFLAGS="$CFLAGS -D_BSD_SOURCE"
15  
16  dnl Checks for library functions.
17 @@ -61,17 +61,17 @@
18  needmd5=no
19  AC_CHECK_FUNCS(MD5Update, , [needmd5=yes])
20  if test $needmd5 = yes; then
21 -   LIBOBJS="$LIBOBJS md5.o"
22 +   AC_LIBOBJ([md5])
23  fi
24  neederr=no
25  AC_CHECK_FUNCS(warnx, , [neederr=yes])
26  if test $neederr = yes; then
27 -   LIBOBJS="$LIBOBJS err.o"
28 +   AC_LIBOBJ([err])
29  fi
30  needethers=no
31  AC_CHECK_FUNCS(ether_ntoa, , [needethers=yes])
32  if test $needethers = yes; then
33 -   LIBOBJS="$LIBOBJS ethers.o"
34 +   AC_LIBOBJ([ethers])
35  fi
36  
37  dnl Checks for BSD tunnel device