diff --git a/srcpkgs/ddcutil/template b/srcpkgs/ddcutil/template index 5512f35065..06f85755bb 100644 --- a/srcpkgs/ddcutil/template +++ b/srcpkgs/ddcutil/template @@ -14,7 +14,7 @@ distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz" checksum=445478a226d3fc46c6c058e503bba416948dad1152736b3c91326e60bbfc9025 case "$XBPS_TARGET_MACHINE" in - *-musl) makedepends+=" libexecinfo-devel" + *-musl) makedepends+=" libexecinfo-devel musl-legacy-compat" LDFLAGS="-lexecinfo" post_extract() { sed -i -e "/AM_CFLAGS += -Wpedantic/d" src/app_sysenv/Makefile.am