ddcutil: needs musl-legacy-compat for *-musl
This commit is contained in:
@@ -14,7 +14,7 @@ distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz"
|
|||||||
checksum=445478a226d3fc46c6c058e503bba416948dad1152736b3c91326e60bbfc9025
|
checksum=445478a226d3fc46c6c058e503bba416948dad1152736b3c91326e60bbfc9025
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" libexecinfo-devel"
|
*-musl) makedepends+=" libexecinfo-devel musl-legacy-compat"
|
||||||
LDFLAGS="-lexecinfo"
|
LDFLAGS="-lexecinfo"
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e "/AM_CFLAGS += -Wpedantic/d" src/app_sysenv/Makefile.am
|
sed -i -e "/AM_CFLAGS += -Wpedantic/d" src/app_sysenv/Makefile.am
|
||||||
|
|||||||
Reference in New Issue
Block a user