summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/quagga')
-rw-r--r--net-misc/quagga/metadata.xml3
-rw-r--r--net-misc/quagga/quagga-1.2.0-r1.ebuild (renamed from net-misc/quagga/quagga-1.2.0.ebuild)4
2 files changed, 6 insertions, 1 deletions
diff --git a/net-misc/quagga/metadata.xml b/net-misc/quagga/metadata.xml
index 2d6b042da252..ec2a74e8dc3d 100644
--- a/net-misc/quagga/metadata.xml
+++ b/net-misc/quagga/metadata.xml
@@ -28,6 +28,9 @@
<flag name="multipath">
Enable multipath routes support for any number of routes
</flag>
+ <flag name="nhrpd">
+ Build Next Hop Resolution Protocol daemon
+ </flag>
<flag name="ospfapi">
Enable OSPFAPI support for client applications accessing the OSPF link state database
</flag>
diff --git a/net-misc/quagga/quagga-1.2.0.ebuild b/net-misc/quagga/quagga-1.2.0-r1.ebuild
index 89d2095ccc72..3875ea7a9ce3 100644
--- a/net-misc/quagga/quagga-1.2.0.ebuild
+++ b/net-misc/quagga/quagga-1.2.0-r1.ebuild
@@ -16,10 +16,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86"
-IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath ospfapi pam protobuf +readline snmp tcp-zebra"
+IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath nhrpd ospfapi pam protobuf +readline snmp tcp-zebra"
COMMON_DEPEND="
caps? ( sys-libs/libcap )
+ nhrpd? ( net-dns/c-ares:0= )
protobuf? ( dev-libs/protobuf-c:0= )
readline? (
sys-libs/readline:0=
@@ -91,6 +92,7 @@ src_configure() {
$(usex ospfapi '--enable-opaque-lsa --enable-ospf-te --enable-ospfclient' '' '' '') \
$(use_enable readline vtysh) \
$(use_with pam libpam) \
+ $(use_enable nhrpd) \
$(use_enable protobuf) \
$(use_enable ipv6 ripngd) \
$(use_enable ipv6 ospf6d) \