summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2018-03-13 11:02:35 +0700
committerKonstantin Shalygin2018-03-13 11:02:35 +0700
commit2e6201e0138245a4455ad87711ffaed338ce641e (patch)
tree32995725521aeb25eba0b14d1bb549f039016d74 /PKGBUILD
parent2adaddb2bb96aedb4ba0f8b49b3efdf3a72b8ba8 (diff)
downloadaur-2e6201e0138245a4455ad87711ffaed338ce641e.tar.gz
Set rtrlib to deps, enable linux realms.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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" \