Changeset 3744
- Timestamp:
- 05/06/08 10:33:35 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/quagga/Makefile
r3239 r3744 8 8 9 9 PKG_NAME:= quagga 10 PKG_VERSION:= 0.99. 711 PKG_RELEASE:= 412 PKG_MD5SUM:= f448281c50007408ce92c5d8e2107abc10 PKG_VERSION:= 0.99.9 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 4dbdaf91bf6609803819d97d5fccc4c9 13 13 MASTER_SITES:= http://www.quagga.net/download/ \ 14 14 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 @@ 1 diff -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 4 6 5 7 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; } 9 10 -if test "$cross_compiling" = yes; then 10 - echo "$as_me:$LINENO: result: no" >&511 -echo "${ECHO_T}no" >&6 11 - { echo "$as_me:$LINENO: result: no" >&5 12 -echo "${ECHO_T}no" >&6; } 12 13 -else 13 14 - cat >conftest.$ac_ext <<_ACEOF … … 22 23 -#define __EXTENSIONS__ 23 24 -#endif 24 -#include <stdlib.h> 25 -#ifdef HAVE_STDLIB_H 26 -# include <stdlib.h> 27 -#endif 28 -#ifdef HAVE_SYS_TYPES_H 25 29 -#include <sys/types.h> 30 -#endif 31 -#ifdef HAVE_SYS_SOCKET_H 26 32 -#include <sys/socket.h> 33 -#endif 27 34 - 28 35 -main() … … 40 47 -_ACEOF 41 48 -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 44 56 - ac_status=$? 45 57 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 46 58 - (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 49 65 - ac_status=$? 50 66 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 51 67 - (exit $ac_status); }; }; then 52 - echo "$as_me:$LINENO: result: yes - using workaround" >&553 -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; } 54 70 -cat >>confdefs.h <<\_ACEOF 55 71 -#define HAVE_BROKEN_CMSG_FIRSTHDR … … 62 78 - 63 79 -( exit $ac_status ) 64 - echo "$as_me:$LINENO: result: no" >&565 -echo "${ECHO_T}no" >&6 80 -{ echo "$as_me:$LINENO: result: no" >&5 81 -echo "${ECHO_T}no" >&6; } 66 82 -fi 67 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext83 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 68 84 -fi 69 85 - 70 echo "$as_me:$LINENO: checking route read method check" >&571 echo $ECHO_N "checking route read method check... $ECHO_C" >&672 if test "${zebra_rtread+set}" = set; then73 @@ - 12783,10 +12720,7 @@86 87 88 { echo "$as_me:$LINENO: checking route read method check" >&5 89 @@ -27973,10 +27895,7 @@ 74 90 if test "${zebra_ipforward_path+set}" = set; then 75 91 echo $ECHO_N "(cached) $ECHO_C" >&6


