ddcutil: needs musl-legacy-compat for *-musl
This commit is contained in:
parent
990ffea321
commit
2dca372bd3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue