mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
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
|
checksum=95069296532119dd193a12cb560a510972614420679ee41d4cad9b0ce5a692ae
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) broken="undefined reference to 'backtrace_symbols'" ;;
|
*-musl) makedepends+=" libexecinfo-devel"
|
||||||
|
configure_args+=" -Dxournalpp_LDFLAGS=-lexecinfo";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue