Changeset 3744

Show
Ignore:
Timestamp:
05/06/08 10:33:35 (7 months ago)
Author:
dnehring
Message:

Update quagga to latest release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/quagga/Makefile

    r3239 r3744  
    88 
    99PKG_NAME:=              quagga 
    10 PKG_VERSION:=           0.99.7 
    11 PKG_RELEASE:=           4 
    12 PKG_MD5SUM:=            f448281c50007408ce92c5d8e2107abc 
     10PKG_VERSION:=           0.99.9 
     11PKG_RELEASE:=           1 
     12PKG_MD5SUM:=            4dbdaf91bf6609803819d97d5fccc4c9 
    1313MASTER_SITES:=          http://www.quagga.net/download/ \ 
    1414                        http://www.de.quagga.net/download/ \ 
  • trunk/freewrt/package/quagga/patches/001-quagga-cross.patch

    r1 r3744  
    1 --- quagga-0.98.4/configure.orig        Mon Jun 27 19:05:31 2005 
    2 +++ quagga-0.98.4/configure     Mon Jul 11 20:32:07 2005 
    3 @@ -12623,69 +12623,6 @@ 
     1diff -ur quagga-0.99.9.orig/configure quagga-0.99.9/configure 
     2--- quagga-0.99.9.orig/configure        2007-09-07 18:54:55.000000000 +0200 
     3+++ quagga-0.99.9/configure     2008-05-06 10:28:53.000000000 +0200 
     4@@ -27504,84 +27504,6 @@ 
     5 fi 
    46  
    57  
    6   
    7 -echo "$as_me:$LINENO: checking for broken CMSG_FIRSTHDR" >&5 
    8 -echo $ECHO_N "checking for broken CMSG_FIRSTHDR... $ECHO_C" >&6 
     8-{ echo "$as_me:$LINENO: checking for broken CMSG_FIRSTHDR" >&5 
     9-echo $ECHO_N "checking for broken CMSG_FIRSTHDR... $ECHO_C" >&6; } 
    910-if test "$cross_compiling" = yes; then 
    10 echo "$as_me:$LINENO: result: no" >&5 
    11 -echo "${ECHO_T}no" >&6 
     11{ echo "$as_me:$LINENO: result: no" >&5 
     12-echo "${ECHO_T}no" >&6; } 
    1213-else 
    1314-  cat >conftest.$ac_ext <<_ACEOF 
     
    2223-#define __EXTENSIONS__ 
    2324-#endif 
    24 -#include <stdlib.h> 
     25-#ifdef HAVE_STDLIB_H 
     26-# include <stdlib.h> 
     27-#endif 
     28-#ifdef HAVE_SYS_TYPES_H 
    2529-#include <sys/types.h> 
     30-#endif 
     31-#ifdef HAVE_SYS_SOCKET_H 
    2632-#include <sys/socket.h> 
     33-#endif 
    2734- 
    2835-main() 
     
    4047-_ACEOF 
    4148-rm -f conftest$ac_exeext 
    42 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    43 -  (eval $ac_link) 2>&5 
     49-if { (ac_try="$ac_link" 
     50-case "(($ac_try" in 
     51-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     52-  *) ac_try_echo=$ac_try;; 
     53-esac 
     54-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     55-  (eval "$ac_link") 2>&5 
    4456-  ac_status=$? 
    4557-  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4658-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    47 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    48 -  (eval $ac_try) 2>&5 
     59-  { (case "(($ac_try" in 
     60-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     61-  *) ac_try_echo=$ac_try;; 
     62-esac 
     63-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     64-  (eval "$ac_try") 2>&5 
    4965-  ac_status=$? 
    5066-  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5167-  (exit $ac_status); }; }; then 
    52 echo "$as_me:$LINENO: result: yes - using workaround" >&5 
    53 -echo "${ECHO_T}yes - using workaround" >&6 
     68{ echo "$as_me:$LINENO: result: yes - using workaround" >&5 
     69-echo "${ECHO_T}yes - using workaround" >&6; } 
    5470-cat >>confdefs.h <<\_ACEOF 
    5571-#define HAVE_BROKEN_CMSG_FIRSTHDR 
     
    6278- 
    6379-( exit $ac_status ) 
    64 -echo "$as_me:$LINENO: result: no" >&5 
    65 -echo "${ECHO_T}no" >&6 
     80-{ echo "$as_me:$LINENO: result: no" >&5 
     81-echo "${ECHO_T}no" >&6; } 
    6682-fi 
    67 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     83-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    6884-fi 
    6985- 
    70  echo "$as_me:$LINENO: checking route read method check" >&5 
    71  echo $ECHO_N "checking route read method check... $ECHO_C" >&6 
    72  if test "${zebra_rtread+set}" = set; then 
    73 @@ -12783,10 +12720,7 @@ 
     86  
     87  
     88 { echo "$as_me:$LINENO: checking route read method check" >&5 
     89@@ -27973,10 +27895,7 @@ 
    7490 if test "${zebra_ipforward_path+set}" = set; then 
    7591   echo $ECHO_N "(cached) $ECHO_C" >&6