ddcutil: needs musl-legacy-compat for *-musl
This commit is contained in:
parent
990ffea321
commit
2dca372bd3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue