From: Martin Winter Date: Tue, 6 Mar 2018 15:13:17 +0000 (-0800) Subject: redhat: Add RPKI comment on build instructions X-Git-Tag: frr-5.0-dev~148^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c8cd451cab8e009c826b9cf02be90ecf9f98c598;p=matthieu%2Ffrr.git redhat: Add RPKI comment on build instructions Signed-off-by: Martin Winter --- diff --git a/redhat/README.rpm_build.md b/redhat/README.rpm_build.md index 7deea54de4..c461e543d2 100644 --- a/redhat/README.rpm_build.md +++ b/redhat/README.rpm_build.md @@ -63,11 +63,16 @@ Building your own FRRouting RPM %{!?with_watchfrr: %global with_watchfrr 1 } %{!?with_bgp_vnc: %global with_bgp_vnc 0 } %{!?with_pimd: %global with_pimd 1 } + %{!?with_rpki: %global with_rpki 0 } 7. Build the RPM rpmbuild --define "_topdir `pwd`/rpmbuild" -ba rpmbuild/SPECS/frr.spec + If building with RPKI, then download and install the additional RPKI + packages from + https://ci1.netdef.org/browse/RPKI-RTRLIB/latestSuccessful/artifact + DONE. If all works correctly, then you should end up with the RPMs under