frr: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:34:52 -07:00 committed by classabbyamp
parent 0769d123f9
commit 449e34c9eb

View file

@ -1,7 +1,7 @@
# Template file for 'frr'
pkgname=frr
version=7.5
revision=5
revision=6
build_style=gnu-configure
# chroot-texinfo is not able to build frr's docs
configure_args="--disable-doc
@ -32,6 +32,8 @@ _daemons="zebra staticd bgpd ospfd ospf6d ripd ripngd isisd pimd ldpd nhrpd
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
elif [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
subpackages="libfrrospfapiclient libfrrospfapiclient-devel libfrr libfrr-devel frr-flush frr-reload"