aboutsummaryrefslogtreecommitdiffstats
path: root/packages/radvd
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/radvd
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/radvd')
-rw-r--r--packages/radvd/.mtn2git_empty0
-rw-r--r--packages/radvd/radvd-0.7.2/.mtn2git_empty0
-rw-r--r--packages/radvd/radvd-0.7.2/automake.patch28
3 files changed, 28 insertions, 0 deletions
diff --git a/packages/radvd/.mtn2git_empty b/packages/radvd/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/radvd/.mtn2git_empty
diff --git a/packages/radvd/radvd-0.7.2/.mtn2git_empty b/packages/radvd/radvd-0.7.2/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/radvd/radvd-0.7.2/.mtn2git_empty
diff --git a/packages/radvd/radvd-0.7.2/automake.patch b/packages/radvd/radvd-0.7.2/automake.patch
index e69de29bb2..21f9e0fca2 100644
--- a/packages/radvd/radvd-0.7.2/automake.patch
+++ b/packages/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)