mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
lldpd: fix musl build
This commit is contained in:
parent
ac4bb62946
commit
b9d557ad05
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue