mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
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
|
_daemons="zebra staticd bgpd ospfd ospf6d ripd ripngd isisd pimd ldpd nhrpd
|
||||||
eigrpd babeld sharpd pbrd bfdd fabricd"
|
eigrpd babeld sharpd pbrd bfdd fabricd"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue