diff options
Diffstat (limited to 'frr.spec')
-rw-r--r-- | frr.spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,7 @@ BuildRequires: systemd-devel BuildRequires: systemd BuildRequires: texinfo BuildRequires: protobuf-c-devel +BuildRequires: librtr-devel Requires: ncurses Requires: net-snmp @@ -127,6 +128,7 @@ autoreconf -ivf --with-yangmodelsdir=%{_datadir}/frr-yang/ \ --with-crypto=openssl \ --enable-fpm \ + --enable-rpki \ %{?with_grpc:--enable-grpc} %make_build MAKEINFO="makeinfo --no-split" PYTHON=%{__python3} |