diff --git a/srcpkgs/eduvpn-common/template b/srcpkgs/eduvpn-common/template index 623f90377da..3bd0edcf469 100644 --- a/srcpkgs/eduvpn-common/template +++ b/srcpkgs/eduvpn-common/template @@ -12,6 +12,11 @@ homepage="https://www.eduvpn.org/" distfiles="https://github.com/eduvpn/eduvpn-common/releases/download/${version}/eduvpn-common-${version}.tar.xz" checksum=22e4c21b70ccd94ca293bbb65ae01aefa7fa328cf204416e3ac8da9741a8a2ce +if [ "$XBPS_TARGET_LIBC" = "musl" ]; then + # Creating shared libraries for musl with go isn't fully supported + broken="https://github.com/golang/go/issues/54805" +fi + do_build() { go build -x -o libeduvpn_common-${version}.so \ -mod="vendor" -modcacherw \