Skip to content

Commit b9d557a

Browse files
committed
lldpd: fix musl build
1 parent ac4bb62 commit b9d557a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

srcpkgs/lldpd/template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ checksum=f87df3163d5e5138da901d055b384009785d1eb50fdb17a2343910fcf30a997f
1616
system_groups="_lldpd"
1717
system_accounts="_lldpd"
1818

19+
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
20+
makedepends+=" musl-legacy-compat"
21+
fi
22+
1923
post_install() {
2024
vsv lldpd
2125
vlicense LICENSE

0 commit comments

Comments
 (0)