Skip to content

Commit

Permalink
quagga: RFC4822 compliance for rip, ospf (and one day babel)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Taht committed Jun 8, 2012
1 parent 562d6df commit 397b3ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/quagga/Makefile
Expand Up @@ -93,7 +93,7 @@ endef

define Package/quagga-ospf6d
$(call Package/quagga/Default)
DEPENDS+=+quagga-libospf +quagga-libzebra @IPV6
DEPENDS+=+quagga-libospf +quagga-libzebra +libgcrypt @IPV6
TITLE:=OSPFv3 routing engine
endef

Expand All @@ -111,7 +111,7 @@ endef

define Package/quagga-babeld
$(call Package/quagga/Default)
DEPENDS+=+quagga-libzebra @IPV6
DEPENDS+=+quagga-libzebra +libgcrypt @IPV6
TITLE:=Babeld routing engine
endef

Expand Down Expand Up @@ -168,6 +168,7 @@ endif
CONFIGURE_ARGS+= \
--localstatedir=/var/run/quagga \
--sysconfdir=/etc/quagga/ \
--with-libgcrypt \
--enable-shared \
--disable-static \
--enable-user=network \
Expand Down

0 comments on commit 397b3ea

Please sign in to comment.