lldpd: fix musl build

This commit is contained in:
oreo639 2025-04-02 18:03:20 -07:00
parent ac4bb62946
commit b9d557ad05

View file

@ -16,6 +16,10 @@ checksum=f87df3163d5e5138da901d055b384009785d1eb50fdb17a2343910fcf30a997f
system_groups="_lldpd"
system_accounts="_lldpd"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vsv lldpd
vlicense LICENSE