mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
frr: rebuild for libxcrypt
This commit is contained in:
parent
0769d123f9
commit
449e34c9eb
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue