From: Jamie Lenehan Date: Sun, 10 Sep 2006 23:27:18 +0000 (+0000) Subject: quagga 0.99.2: Drop old version. X-Git-Tag: Release-2010-05/1~9453^2~854 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33162ee2068ab946d1b743880d16ad574041909;p=openembedded.git quagga 0.99.2: Drop old version. --- diff --git a/packages/quagga/quagga-0.99.2/ospfd-no-opaque-lsa-fix.patch b/packages/quagga/quagga-0.99.2/ospfd-no-opaque-lsa-fix.patch deleted file mode 100644 index 3c9972988a..0000000000 --- a/packages/quagga/quagga-0.99.2/ospfd-no-opaque-lsa-fix.patch +++ /dev/null @@ -1,16 +0,0 @@ -If you try to build without opaque LSA support you'll hit this error. I now -turn this on in the makefile so this isn't really needed but it's here just -because I fixed it before changing the configuration. - ---- quagga-0.99.2/ospfd/ospfd.c.orig 2005-11-13 13:28:39.000000000 +1100 -+++ quagga-0.99.2/ospfd/ospfd.c 2005-11-13 13:28:57.000000000 +1100 -@@ -466,7 +466,9 @@ - OSPF_TIMER_OFF (ospf->t_lsa_refresher); - OSPF_TIMER_OFF (ospf->t_read); - OSPF_TIMER_OFF (ospf->t_write); -+#ifdef HAVE_OPAQUE_LSA - OSPF_TIMER_OFF (ospf->t_opaque_lsa_self); -+#endif - - close (ospf->fd); - stream_free(ospf->ibuf); diff --git a/packages/quagga/quagga_0.99.2.bb b/packages/quagga/quagga_0.99.2.bb deleted file mode 100644 index a14ef1ad1a..0000000000 --- a/packages/quagga/quagga_0.99.2.bb +++ /dev/null @@ -1,4 +0,0 @@ -QUAGGASUBDIR = "/attic" -require quagga.inc -PR = "r2" -SRC_URI += "file://ospfd-no-opaque-lsa-fix.patch;patch=1"