|
From: Serge L. <sma...@us...> - 2010-03-22 21:35:19
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29590/scripts Modified Files: quagga Log Message: - updated LVM2 to 2.02.62 - updated iptables to 1.4.7 - updated openssh to 5.4p1 - updated quagga to 0.99.16 - updated sqlite-amalgamation to 3.6.23 - updated xtables-addons to 1.24 Index: quagga =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/quagga,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- quagga 6 Jan 2010 15:20:24 -0000 1.14 +++ quagga 22 Mar 2010 21:35:08 -0000 1.15 @@ -28,7 +28,7 @@ if [ "$CONFIG_NET_SNMP" = "y" ]; then SNMP="--enable-snmp" fi - autoreconf + ./update-autotools ./configure --prefix=/usr --sysconfdir=/etc/zebra --localstatedir=/var/state/quagga ${SNMP} \ --enable-netlink --enable-vtysh --enable-tcp-md5 --enable-realms || exit 1 make $PMAKE || exit 1 |