aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ndisc6/files/autoconf-older-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ndisc6/files/autoconf-older-version.patch')
-rw-r--r--recipes/ndisc6/files/autoconf-older-version.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/ndisc6/files/autoconf-older-version.patch b/recipes/ndisc6/files/autoconf-older-version.patch
new file mode 100644
index 0000000000..0ab0fd13bb
--- /dev/null
+++ b/recipes/ndisc6/files/autoconf-older-version.patch
@@ -0,0 +1,14 @@
+Patch the required version back to 2.59
+We'll include the missing macros via acinclude.m4
+
+--- ndisc6-0.6.7/configure.ac~ 2006-08-14 16:46:06.000000000 +1000
++++ ndisc6-0.6.7/configure.ac 2006-08-14 16:46:06.000000000 +1000
+@@ -21,7 +21,7 @@
+
+ AC_COPYRIGHT([Copyright (C) 2005-2006 Remi Denis-Courmont])
+ AC_INIT(ndisc6, 0.6.7, rdenis@simphalempin.com)
+-AC_PREREQ(2.59c)
++AC_PREREQ(2.59)
+ INVOCATION="$0 $*"
+
+ AS_MESSAGE(checking system...)