mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-01 07:26:05 +00:00
docker: build alpine docker w/ rpki enabled
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
96e109772d
commit
f9035c5fec
@ -19,7 +19,7 @@ makedepends="ncurses-dev net-snmp-dev gawk texinfo perl
|
|||||||
mpfr3 mtools musl-dev ncurses-libs ncurses-terminfo ncurses-terminfo-base
|
mpfr3 mtools musl-dev ncurses-libs ncurses-terminfo ncurses-terminfo-base
|
||||||
patch pax-utils pcre perl pkgconf python2 python2-dev readline
|
patch pax-utils pcre perl pkgconf python2 python2-dev readline
|
||||||
readline-dev sqlite-libs squashfs-tools sudo tar texinfo xorriso xz-libs
|
readline-dev sqlite-libs squashfs-tools sudo tar texinfo xorriso xz-libs
|
||||||
py-sphinx"
|
py-sphinx rtrlib rtrlib-dev"
|
||||||
checkdepends="pytest py-setuptools"
|
checkdepends="pytest py-setuptools"
|
||||||
install="$pkgname.pre-install $pkgname.pre-deinstall $pkgname.post-deinstall"
|
install="$pkgname.pre-install $pkgname.pre-deinstall $pkgname.post-deinstall"
|
||||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg"
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg"
|
||||||
@ -42,6 +42,7 @@ build() {
|
|||||||
--libdir=$_libdir \
|
--libdir=$_libdir \
|
||||||
--localstatedir=$_localstatedir \
|
--localstatedir=$_localstatedir \
|
||||||
--enable-systemd=no \
|
--enable-systemd=no \
|
||||||
|
--enable-rpki \
|
||||||
--enable-vtysh \
|
--enable-vtysh \
|
||||||
--enable-multipath=64 \
|
--enable-multipath=64 \
|
||||||
--enable-vty-group=frrvty \
|
--enable-vty-group=frrvty \
|
||||||
|
Loading…
Reference in New Issue
Block a user