frr: fix musl builds
This commit is contained in:
parent
2cd334b46a
commit
f5c227ef1c
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ _frr_groups="_frrvty"
|
|||
_daemons="zebra staticd bgpd ospfd ospf6d ripd ripngd isisd pimd ldpd nhrpd
|
||||
eigrpd babeld sharpd pbrd bfdd fabricd"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue