xournalpp: add libexecinfo for musl
This commit is contained in:
parent
5278c3fb74
commit
1e66dccf5a
1 changed files with 2 additions and 1 deletions
|
@ -15,5 +15,6 @@ distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
|||
checksum=95069296532119dd193a12cb560a510972614420679ee41d4cad9b0ce5a692ae
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="undefined reference to 'backtrace_symbols'" ;;
|
||||
*-musl) makedepends+=" libexecinfo-devel"
|
||||
configure_args+=" -Dxournalpp_LDFLAGS=-lexecinfo";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue