]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/radvd/radvd-0.7.2/automake.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / radvd / radvd-0.7.2 / automake.patch
1 --- radvd-0.7.2/Makefile.am.old 2003-12-24 21:22:03.000000000 +0000
2 +++ radvd-0.7.2/Makefile.am     2003-12-24 21:21:28.000000000 +0000
3 @@ -18,7 +18,7 @@
4         -DPATH_RADVD_LOG=\"$(PATH_RADVD_LOG)\" -DLOG_FACILITY=$(LOG_FACILITY) \
5         -DPATH_RADVD_PID=\"$(PATH_RADVD_PID)\" \
6         -DVERSION=\"$(VERSION)\" -DINET6=1
7 -INCLUDES+=-I$(srcdir) -I.
8 +INCLUDES=-I$(srcdir) -I.
9  
10  ########################################################################
11  
12 --- radvd-0.7.2/configure.in~   2002-06-15 11:25:04.000000000 +0100
13 +++ radvd-0.7.2/configure.in    2003-12-24 22:29:14.000000000 +0000
14 @@ -124,9 +124,11 @@
15  AC_CHECK_HEADERS(sys/time.h)
16  AC_HEADER_TIME
17  
18 -AC_CHECK_HEADER(netinet/ipv6.h, hdrfound=yes,
19 - AC_CHECK_HEADER(netinet/ip6.h, hdrfound=yes, hdrfound=no)
20 -)
21 +AC_CHECK_HEADER(netinet/ipv6.h, hdrfound=yes, hdrfound=no)
22 +if test "$hdrfound" = no
23 +then
24 +AC_CHECK_HEADER(netinet/ip6.h, hdrfound=yes, hdrfound=no)
25 +fi
26  if test "$hdrfound" = no
27  then
28   AC_MSG_CHECKING(for netinet/ip6.h or ipv6.h in /usr/inet6/include)