gnucash: fix build on glibc architectures
This commit is contained in:
parent
f6bca7b021
commit
b071372699
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ nocross="fails to compile guile code when cross-compiling"
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) CXXFLAGS="-Wno-error"
|
||||
export LC_ALL="C";;
|
||||
*) CXXFLAGS="-Wno-deprecated-declarations";;
|
||||
esac
|
||||
|
||||
gnucash-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue