From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/radvd/radvd-0.7.2/automake.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 recipes/radvd/radvd-0.7.2/automake.patch (limited to 'recipes/radvd/radvd-0.7.2') diff --git a/recipes/radvd/radvd-0.7.2/automake.patch b/recipes/radvd/radvd-0.7.2/automake.patch new file mode 100644 index 0000000000..21f9e0fca2 --- /dev/null +++ b/recipes/radvd/radvd-0.7.2/automake.patch @@ -0,0 +1,28 @@ +--- radvd-0.7.2/Makefile.am.old 2003-12-24 21:22:03.000000000 +0000 ++++ radvd-0.7.2/Makefile.am 2003-12-24 21:21:28.000000000 +0000 +@@ -18,7 +18,7 @@ + -DPATH_RADVD_LOG=\"$(PATH_RADVD_LOG)\" -DLOG_FACILITY=$(LOG_FACILITY) \ + -DPATH_RADVD_PID=\"$(PATH_RADVD_PID)\" \ + -DVERSION=\"$(VERSION)\" -DINET6=1 +-INCLUDES+=-I$(srcdir) -I. ++INCLUDES=-I$(srcdir) -I. + + ######################################################################## + +--- radvd-0.7.2/configure.in~ 2002-06-15 11:25:04.000000000 +0100 ++++ radvd-0.7.2/configure.in 2003-12-24 22:29:14.000000000 +0000 +@@ -124,9 +124,11 @@ + AC_CHECK_HEADERS(sys/time.h) + AC_HEADER_TIME + +-AC_CHECK_HEADER(netinet/ipv6.h, hdrfound=yes, +- AC_CHECK_HEADER(netinet/ip6.h, hdrfound=yes, hdrfound=no) +-) ++AC_CHECK_HEADER(netinet/ipv6.h, hdrfound=yes, hdrfound=no) ++if test "$hdrfound" = no ++then ++AC_CHECK_HEADER(netinet/ip6.h, hdrfound=yes, hdrfound=no) ++fi + if test "$hdrfound" = no + then + AC_MSG_CHECKING(for netinet/ip6.h or ipv6.h in /usr/inet6/include) -- cgit 1.2.3-korg