summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2018-03-13 11:02:35 +0700
committerKonstantin Shalygin2018-03-13 11:02:35 +0700
commit2e6201e0138245a4455ad87711ffaed338ce641e (patch)
tree32995725521aeb25eba0b14d1bb549f039016d74
parent2adaddb2bb96aedb4ba0f8b49b3efdf3a72b8ba8 (diff)
downloadaur-2e6201e0138245a4455ad87711ffaed338ce641e.tar.gz
Set rtrlib to deps, enable linux realms.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aafe5d29f906..e25e850ab707 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Mar 13 03:48:37 UTC 2018
+# Tue Mar 13 04:02:01 UTC 2018
pkgbase = frr
pkgdesc = FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, NHRP and EIGRP.
pkgver = 4.0
- pkgrel = 1
+ pkgrel = 2
url = https://frrouting.org/
arch = any
license = GPL2
@@ -22,6 +22,7 @@ pkgbase = frr
depends = perl
depends = json-c
depends = net-snmp
+ depends = rtrlib
provides = quagga
provides = quagga_cumulus
conflicts = quagga
diff --git a/PKGBUILD b/PKGBUILD
index 6b9cc0889374..381cadf57407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='frr'
pkgver='4.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, NHRP and EIGRP.'
arch=('any')
url="https://frrouting.org/"
license=('GPL2')
-depends=('libcap' 'libnl' 'readline' 'ncurses' 'perl' 'json-c' 'net-snmp')
+depends=('libcap' 'libnl' 'readline' 'ncurses' 'perl' 'json-c' 'net-snmp' 'rtrlib')
makedepends=('patch' 'gcc' 'net-snmp' 'json-c' 'bison' 'c-ares' 'perl-xml-libxml' 'rtrlib')
conflicts=('quagga' 'quagga_cumulus')
provides=('quagga' 'quagga_cumulus')
@@ -44,6 +44,7 @@ prepare() {
--enable-configfile-mask="0640" \
--enable-logfile-mask="0640" \
--enable-shell-access \
+ --enable-realms \
--enable-pcreposix \
--enable-systemd \
--enable-poll="yes" \