We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4bb62 commit b9d557aCopy full SHA for b9d557a
1 file changed
srcpkgs/lldpd/template
@@ -16,6 +16,10 @@ checksum=f87df3163d5e5138da901d055b384009785d1eb50fdb17a2343910fcf30a997f
16
system_groups="_lldpd"
17
system_accounts="_lldpd"
18
19
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
20
+ makedepends+=" musl-legacy-compat"
21
+fi
22
+
23
post_install() {
24
vsv lldpd
25
vlicense LICENSE
0 commit comments