Also updated download location, removed old patches added new configure options and removed old ones and moved example configuration files to their place.master
@ -1,38 +0,0 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../quagga/link-readline-order.patch |
|||
# Copyright (C) 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
--- quagga-0.99.3/configure.orig 2006-02-13 20:23:28.000000000 +0100
|
|||
+++ quagga-0.99.3/configure 2006-02-13 20:35:54.000000000 +0100
|
|||
@@ -11234,7 +11234,7 @@
|
|||
echo "$as_me:$LINENO: result: $ac_cv_lib_readline_main" >&5 |
|||
echo "${ECHO_T}$ac_cv_lib_readline_main" >&6 |
|||
if test $ac_cv_lib_readline_main = yes; then |
|||
- LIBREADLINE="$LIBREADLINE -lreadline"
|
|||
+ LIBREADLINE="-lreadline $LIBREADLINE"
|
|||
fi |
|||
|
|||
if test $ac_cv_lib_readline_main = no; then |
|||
--- quagga-0.99.3/configure.ac.orig 2006-02-13 20:40:40.000000000 +0100
|
|||
+++ quagga-0.99.3/configure.ac 2006-02-13 20:41:00.000000000 +0100
|
|||
@@ -431,7 +431,7 @@
|
|||
)] |
|||
)] |
|||
) |
|||
- AC_CHECK_LIB(readline, main, LIBREADLINE="$LIBREADLINE -lreadline",,
|
|||
+ AC_CHECK_LIB(readline, main, LIBREADLINE="-lreadline $LIBREADLINE",,
|
|||
"$LIBREADLINE") |
|||
if test $ac_cv_lib_readline_main = no; then |
|||
AC_MSG_ERROR([vtysh needs libreadline but was not found and usable on your system.]) |
@ -1,28 +0,0 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../quagga/linux-2.6.18.patch |
|||
# Copyright (C) 2006 The OpenSDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
--- ./lib/zebra.h.orig 2006-10-11 01:31:42.000000000 +0200
|
|||
+++ ./lib/zebra.h 2006-10-11 01:46:47.000000000 +0200
|
|||
@@ -97,7 +97,9 @@
|
|||
#endif /* HAVE_LINUX_VERSION_H */ |
|||
|
|||
#ifdef HAVE_ASM_TYPES_H |
|||
+#undef __STRICT_ANSI__
|
|||
#include <asm/types.h> |
|||
+#define __STRICT_ANSI__
|
|||
#endif /* HAVE_ASM_TYPES_H */ |
|||
|
|||
/* misc include group */ |